UNPKG

95 BTypeScriptView Raw
1export = decodeUriComponent;
2
3declare function decodeUriComponent(encodedURI: string): string;