UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

9 lines (8 loc) 263 B
declare class EventEmitter { private listeners; emit(event: string, ...args: any[]): void; on(event: string, callback: Function): void; off(event: string, callback: Function): void; } declare const _default: EventEmitter; export default _default;