UNPKG

@ibsheet/loader

Version:

Dynamically load support module for IBSheet

7 lines (6 loc) 259 B
import { EventEmitter } from 'events'; export declare class CustomEventEmitter extends EventEmitter { constructor(); emit(event: string | symbol, ...args: any[]): boolean; bind(events: string | symbol, listener: (...args: any[]) => void): this; }