UNPKG

gads

Version:

An unofficial JS client library for the SOAP-based DFP Ads API

4 lines (3 loc) 269 B
export declare function callbackOrPromise<T>(cb: ((err: Error, ...args: any[]) => void) | undefined, promise: Promise<T>): Promise<T> | void; export declare function generateLibSig(shortName: string): string; export declare function timeout(ms: number): Promise<void>;