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).
|