1 | # Installation
|
2 | > `npm install --save @types/strict-uri-encode`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for strict-uri-encode (https://github.com/kevva/strict-uri-encode#readme).
|
6 |
|
7 | # Details
|
8 | Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode.
|
9 | ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode/index.d.ts)
|
10 | ````ts
|
11 | export = strict_uri_encode;
|
12 |
|
13 | declare function strict_uri_encode(str: string): string;
|
14 |
|
15 | ````
|
16 |
|
17 | ### Additional Details
|
18 | * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
|
19 | * Dependencies: none
|
20 |
|
21 | # Credits
|
22 | These definitions were written by [Keiichiro Amemiya](https://github.com/hoishin).
|
23 |
|
\ | No newline at end of file |