DefinitelyTyped/types/decode-uri-component/index.d.ts
2018-12-08 23:41:21 +01:00

9 lines
354 B
TypeScript

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