UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines 294 B
export class CellFilterLiteralBoolean extends CellFilter { /** * * @param {boolean} value */ static from(value: boolean): CellFilterLiteralBoolean; value: boolean; } import { CellFilter } from "../CellFilter.js"; //# sourceMappingURL=CellFilterLiteralBoolean.d.ts.map