UNPKG

328 BTypeScriptView Raw
1// Type definitions for strict-uri-encode 2.0
2// Project: https://github.com/kevva/strict-uri-encode#readme
3// Definitions by: Keiichiro Amemiya <https://github.com/hoishin>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export = strict_uri_encode;
7
8declare function strict_uri_encode(str: string): string;