# Installation
> `npm install --save @types/fast-decode-uri-component`

# Summary
This package contains type definitions for fast-decode-uri-component (https://github.com/delvedor/fast-decode-uri-component).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-decode-uri-component.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-decode-uri-component/index.d.ts)
````ts
declare function decodeURIComponent(uri: string): string | null;
export = decodeURIComponent;

````

### Additional Details
 * Last updated: Fri, 09 Aug 2024 18:08:59 GMT
 * Dependencies: none

# Credits
These definitions were written by [Hussein](https://github.com/huseeiin).
