UNPKG

@bonniernews/bn-google-ad-manager-api

Version:

This repo is a fork of https://github.com/thewizarodofoz/google-ad-manager-api to update dependencies, functionality and add typing for the different gam services.

2 lines (1 loc) 118 B
export declare function promiseFromCallback(fn: (callback: (err: Error, result: any) => void) => void): Promise<any>;