UNPKG

187 BTypeScriptView Raw
1/**
2 * Function that wraps encodeURIComponent to encode additional characters
3 * to fully adhere to RFC 3986.
4 */
5export declare function extendedEncodeURIComponent(str: string): string;