UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

19 lines (13 loc) 297 B
import { MarkerNodeMatcher } from "./MarkerNodeMatcher.js"; export class MarkerNodeMatcherBinary extends MarkerNodeMatcher { /** * * @type {MarkerNodeMatcher} */ left = null; /** * * @type {MarkerNodeMatcher} */ right = null; }