@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
11 lines • 377 B
TypeScript
export class CellMatcherNot extends CellMatcherDecorator {
/**
*
* @param {CellMatcher} source
* @return {CellMatcherNot}
*/
static from(source: CellMatcher): CellMatcherNot;
match(data: any, x: any, y: any, rotation: any): boolean;
}
import { CellMatcherDecorator } from "./CellMatcherDecorator.js";
//# sourceMappingURL=CellMatcherNot.d.ts.map