UNPKG

@devma/qloo

Version:

TypeScript SDK for the Qloo Insights API - Generate taste-based insights and recommendations

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