UNPKG

@alugha/ima

Version:

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

6 lines (5 loc) 204 B
import type { google } from "./ima"; export { default as loadImaSdk } from "./loadImaSdk"; export { default as loadScript } from "./loadScript"; export type ImaSdk = typeof google.ima; export { google };