UNPKG

@types/strict-uri-encode

Version:
23 lines (16 loc) 732 B
# 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).