UNPKG

nervjs

Version:

A react-like framework based on virtual-dom

9 lines (8 loc) 292 B
declare global { interface Event { persist: Function; } } export declare function attachEvent(domNode: Element, eventName: string, handler: Function): void; export declare function detachEvent(domNode: Element, eventName: string, handler: Function): void; export {};