UNPKG

unstructured-client

Version:

<h3 align="center"> <img src="https://raw.githubusercontent.com/Unstructured-IO/unstructured/main/img/unstructured_logo.png" height="200" > </h3>

5 lines 236 B
export type Params = Partial<Record<string, string | number>>; export declare function pathToFunc(pathPattern: string, options?: { charEncoding?: "percent" | "none"; }): (params?: Params) => string; //# sourceMappingURL=url.d.ts.map