UNPKG

@alugha/ima

Version:

A library for asynchronously loading the Google IMA SDK with static typing for the SDK

4 lines (3 loc) 124 B
import type { google } from "./ima"; declare const loadImaSdk: () => Promise<typeof google.ima>; export default loadImaSdk;