File: README.md

package info (click to toggle)
node-strict-uri-encode 2.0.0%2B~2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: javascript: 11; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 732 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Installation
> `npm install --save @types/strict-uri-encode`

# Summary
This package contains type definitions for strict-uri-encode (https://github.com/kevva/strict-uri-encode#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/strict-uri-encode/index.d.ts)
````ts
export = strict_uri_encode;

declare function strict_uri_encode(str: string): string;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: none

# Credits
These definitions were written by [Keiichiro Amemiya](https://github.com/hoishin).