UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

15 lines 410 B
export class PeriodicConsolePrinter { /** * * @param {number} timeout in seconds * @param {function} builderFunction * @param {*} [thisArg] */ constructor(timeout: number, builderFunction: Function, thisArg?: any); __timeout: number; __handle: number; __method: () => void; start(): void; stop(): void; } //# sourceMappingURL=PeriodicConsolePrinter.d.ts.map