Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js

export const uriEncode = (value) => encodeURIComponent(value).replace(/[!*'()]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`);
Back to Directory File Manager