UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines 216 B
export class BaseMatcher extends Matcher<any> { constructor(); describeMismatch(item: any, mismatch_description: any): void; } import { Matcher } from "./Matcher.js"; //# sourceMappingURL=BaseMatcher.d.ts.map