UNPKG

earthmc

Version:

An unofficial EarthMC library providing handy methods and extensive info.

10 lines 275 B
import type { EventType } from 'mitt'; export default class Emitter<Events extends Record<EventType, unknown>> { private _on; get on(): any; private _off; get off(): any; protected emit: any; constructor(); } //# sourceMappingURL=EventEmitter.d.ts.map