UNPKG

video-ad-sdk

Version:

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

8 lines (7 loc) 198 B
/** * unique will create a unique string every time is called, sequentially and namespaced * * @ignore * @param namespace */ export declare const unique: (namespace: string) => (() => string);