UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines (6 loc) 217 B
import { Matcher } from "./Matcher.js"; export class BaseMatcher extends Matcher { describeMismatch(item, mismatch_description) { mismatch_description.appendText("was ").appendValue(item); } }