UNPKG

smart-view

Version:

Moq (​mo​​bile ​q​​uality assessment) is a tool used to measure an online ad viewability

5 lines (4 loc) 102 B
export interface IViewAbility { isView(): boolean; isSupported(cb?: Function): boolean; }