UNPKG

nodejs-event-manager

Version:

A nodeJS Event Manager to emit, and listen event through nodeJS

3 lines (2 loc) 112 B
import { IEventManagerOptions } from "./interfaces"; export declare const defaultOptions: IEventManagerOptions;