UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 212 B
/** * * */ export type EventType = string; export namespace EventType { let EntityRemoved: string; let ComponentAdded: string; let ComponentRemoved: string; } //# sourceMappingURL=EventType.d.ts.map