UNPKG

354 BTypeScriptView Raw
1// Type definitions for decode-uri-component 0.2
2// Project: https://github.com/samverschueren/decode-uri-component#readme
3// Definitions by: BendingBender <https://github.com/BendingBender>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = decodeUriComponent;
7
8declare function decodeUriComponent(encodedURI: string): string;