UNPKG

@the-goat/core

Version:

![npm version](https://badgen.net/npm/v/@the-goat/goat?icon=npm) ![npm downloads](https://badgen.net/npm/dt/@the-goat/goat?icon=npm) ![npm weekly downloads](https://badgen.net/npm/dw/@the-goat/goat?icon=npm) ![npm licence](https://badgen.net/npm/license/@

11 lines (10 loc) 244 B
declare const EventEmitter: any; /** * Custom event handler for goat packages */ declare class GoatEvents extends EventEmitter { emit(args: any): void; watch(callback?: {}): void; get on(): undefined; } export default GoatEvents;