UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 293 B
export class IsAnything extends BaseMatcher { constructor(message?: string); message: string; matches(item: any, mismatch_description: any): boolean; describeTo(description: any): void; } import { BaseMatcher } from "../BaseMatcher.js"; //# sourceMappingURL=IsAnything.d.ts.map