UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 383 B
export class AllOf extends BaseMatcher { /** * * @param {Matcher[]} matchers */ constructor(matchers: Matcher<any>[]); matches(item: any, mismatch_description: any): boolean; describeTo(description: any): void; #private; } import { BaseMatcher } from "../BaseMatcher.js"; import { Matcher } from "../Matcher.js"; //# sourceMappingURL=AllOf.d.ts.map