UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 229 B
export class IsNull extends BaseMatcher { matches(item: any, mismatch_description: any): boolean; describeTo(description: any): void; } import { BaseMatcher } from "../BaseMatcher.js"; //# sourceMappingURL=IsNull.d.ts.map