mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
328 B
TypeScript
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;
|