File: README.md

package info (click to toggle)
node-encodeurl 2.0.0%2B~1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: javascript: 89; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 681 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/encodeurl`

# Summary
This package contains type definitions for encodeurl (https://github.com/pillarjs/encodeurl#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/encodeurl.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/encodeurl/index.d.ts)
````ts
export = encodeUrl;

declare function encodeUrl(url: 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).