UNPKG

beeswax-node-client

Version:

TypeScript/JavaScript client library for the Beeswax DSP API

5 lines 315 B
export declare function isPOJO(value: any): boolean; export declare function delay(ms: number): Promise<void>; export declare function buildQueryString(params: Record<string, any>): string; export declare function cleanObject<T extends Record<string, any>>(obj: T): Partial<T>; //# sourceMappingURL=helpers.d.ts.map