UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

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