D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
whatsapp-api
/
node_modules
/
bare-events
/
Filename :
global.d.ts
back
Copy
import * as events from './web' type EventConstructor = typeof events.Event type CustomEventConstructor = typeof events.CustomEvent type EventTargetConstructor = typeof events.EventTarget declare global { type Event = events.Event type CustomEvent<T = any> = events.CustomEvent<T> type EventTarget = events.EventTarget const Event: EventConstructor const CustomEvent: CustomEventConstructor const EventTarget: EventTargetConstructor }