UNPKG

buena-typescript-sdk

Version:

Official TypeScript SDK for Buena.ai API - LinkedIn automation and lead management

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