// Type definitions for decode-uri-component 0.2 // Project: https://github.com/samverschueren/decode-uri-component#readme // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = decodeUriComponent; declare function decodeUriComponent(encodedURI: string): string;