UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 262 B
export class GraphGenerationRule { /** * What to match * @type {Graph} */ pattern: Graph; /** * What to replace the match with * @type {Graph} */ production: Graph; } //# sourceMappingURL=GraphGenerationRule.d.ts.map