UNPKG

video-ad-sdk

Version:

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

8 lines (7 loc) 129 B
/** * Ad unit error */ export declare class AdUnitError extends Error { code?: number; constructor(message: string); }