Metzploreur/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

4 lines
82 B
TypeScript

/**
* @internal
*/
export declare const escapeUriPath: (uri: string) => string;