UNPKG

video-ad-sdk

Version:

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

4 lines (3 loc) 169 B
import type { MediaFile } from '../../../types'; export declare const SUPPORTED_MIMETYPES: string[]; export declare const isSupported: ({ type }: MediaFile) => boolean;