UNPKG

fathom-typescript

Version:

Fathom's official TypeScript SDK.

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