UNPKG
@horat1us/detect-ad-block
Version:
latest (1.0.0)
1.0.0
Browser Ad Block add-ons detector
github.com/Horat1us/detect-ad-block
Horat1us/detect-ad-block
@horat1us/detect-ad-block
/
dist
/
types
/
plugins
/
DetectPlugin.d.ts
6 lines
(5 loc)
•
127 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
DetectPlugin
{
detect
(
resolve
:
(
result
:
boolean
) =>
void
):
void
;
name
:
string
;
version
:
number
; }