UNPKG

@whatwg-node/events

Version:

Cross Platform Smart Event API Ponyfill

5 lines (4 loc) 146 B
export declare const CustomEvent: { new <T>(type: string, eventInitDict?: CustomEventInit<T>): CustomEvent<T>; prototype: CustomEvent; };