UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 287 B
export class MarkerNodeMatcherAny extends MarkerNodeMatcher { match(node: any): boolean; } export namespace MarkerNodeMatcherAny { let INSTANCE: MarkerNodeMatcherAny; } import { MarkerNodeMatcher } from "./MarkerNodeMatcher.js"; //# sourceMappingURL=MarkerNodeMatcherAny.d.ts.map