UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 295 B
export class ArrayIteratorSequential extends AbstractArrayIterator<any> { constructor(); __i: number; initialize(data: any): void; next(result: any): void; } import { AbstractArrayIterator } from "./AbstractArrayIterator.js"; //# sourceMappingURL=ArrayIteratorSequential.d.ts.map