@types/encodeurl
Version:
TypeScript definitions for encodeurl
23 lines (16 loc) • 738 B
Markdown
# 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: Sat, 07 Jun 2025 02:15:25 GMT
* Dependencies: none
# Credits
These definitions were written by [BendingBender](https://github.com/BendingBender), and [Sebastian Beltran](https://github.com/bjohansebas).