UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 276 B
export class CellMatcherDecorator extends CellMatcher { /** * * @type {CellMatcher} */ source: CellMatcher; initialize(grid: any, seed: any): void; } import { CellMatcher } from "../CellMatcher.js"; //# sourceMappingURL=CellMatcherDecorator.d.ts.map