UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 276 B
export class CellMatcherAny extends CellMatcher { match(grid: any, x: any, y: any, rotation: any): boolean; } export namespace CellMatcherAny { let INSTANCE: CellMatcherAny; } import { CellMatcher } from "./CellMatcher.js"; //# sourceMappingURL=CellMatcherAny.d.ts.map