@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
12 lines • 361 B
TypeScript
export class IsIterableContaining extends BaseMatcher {
/**
*
* @param {Matcher} matcher
*/
constructor(matcher: Matcher);
matches(item: any, mismatch_description: any): boolean;
describeTo(description: any): void;
#private;
}
import { BaseMatcher } from "../BaseMatcher.js";
//# sourceMappingURL=IsIterableContaining.d.ts.map