UNPKG

pixi-timer-events

Version:

A type-based Entity Component System. Implemented in TypeScript

8 lines (7 loc) 189 B
import TimerManager from './TimerManager'; import Timer from './Timer'; declare let timer: { TimerManager: typeof TimerManager; Timer: typeof Timer; }; export default timer;