UNPKG

video-ad-sdk

Version:

VAST/VPAID SDK that allows video ads to be played on top of any player

7 lines (6 loc) 181 B
interface WaitFor<T> { cancel(): void; promise: Promise<T>; } export declare const waitFor: <T extends any[]>(element: HTMLElement, event: string) => WaitFor<T>; export {};