UNPKG

@ibsheet/loader

Version:

Dynamically load support module for IBSheet

8 lines (7 loc) 290 B
/// <reference types="node" /> 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; }