UNPKG

url-from

Version:

Type-safe URL generator with RFC3986 encoding support

3 lines (2 loc) 99 B
/** RFC3986準拠のエンコード */ export declare function encodeRFC3986(str: string): string;