UNPKG

@types/decode-uri-component

Version:
23 lines (16 loc) 767 B
# Installation > `npm install --save @types/decode-uri-component` # Summary This package contains type definitions for decode-uri-component (https://github.com/samverschueren/decode-uri-component#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/decode-uri-component. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/decode-uri-component/index.d.ts) ````ts export = decodeUriComponent; declare function decodeUriComponent(encodedURI: string): string; ```` ### Additional Details * Last updated: Mon, 06 Nov 2023 22:41:05 GMT * Dependencies: none # Credits These definitions were written by [BendingBender](https://github.com/BendingBender).