UNPKG

video-ad-sdk

Version:

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

3 lines (2 loc) 188 B
import type { CancelFunction } from '../../../types'; export declare const once: <T extends (...args: any) => any>(element: HTMLElement, eventName: string, listener: T) => CancelFunction;