UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

3 lines 194 B
export const strictUriEncode = (string) => encodeURIComponent(string) .replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`); //# sourceMappingURL=strictUriEncode.js.map