DefinitelyTyped/types/strict-uri-encode/index.d.ts
2018-03-21 04:14:46 +09:00

9 lines
328 B
TypeScript

// Type definitions for strict-uri-encode 2.0
// Project: https://github.com/kevva/strict-uri-encode#readme
// Definitions by: Keiichiro Amemiya <https://github.com/hoishin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export = strict_uri_encode;
declare function strict_uri_encode(str: string): string;