video-ad-sdk
Version:
VAST/VPAID SDK that allows video ads to be played on top of any player
5 lines (4 loc) • 505 B
TypeScript
export { NodeType } from './xml';
export type { Attributes, ParsedXML } from './xml';
export type { ParsedAd, VastResponse, VastChain, ParsedOffset, VastIcon, RenderedVastIcon, VastMacro, InteractiveFile, MediaFile, VastTrackingEvent, WrapperOptions, VastChainDetails, MacroData, MetricHandlerData, PixelTracker, VastEventTrackerOptions, VpaidCreativeAdUnit, VpaidCreativeData, VpaidEnvironmentVariables, ExecutionContext, Hooks } from './vast';
export type { Optional, CancelFunction } from './helpers';