|
|
|
@ -8,4 +8,10 @@ export declare function htmlDecode(text: string): string;
|
|
|
|
|
|
|
|
|
|
export declare function htmlEncode(text: string): string; |
|
|
|
|
|
|
|
|
|
export declare function getEncodeURL(urlTemplate: string, param: any): string; |
|
|
|
|
|
|
|
|
|
export declare function encodeURIComponent(url: string): string; |
|
|
|
|
|
|
|
|
|
export declare function decodeURIComponent(url: string): string; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|