UNPKG

@horat1us/detect-ad-block

Version:
6 lines (5 loc) 127 B
export interface DetectPlugin { detect(resolve: (result: boolean) => void): void; name: string; version: number; }