UNPKG

@smithy/util-endpoints

Version:
5 lines (4 loc) 120 B
/** * Performs percent-encoding per RFC3986 section 2.1 */ export declare const uriEncode: (value: string) => string;