UNPKG

112 BTypeScriptView Raw
1export declare const urlDecode: (x: string) => string;
2export declare const urlEncode: (x: string) => string;