UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 237 B
export class ReactivePegCompiler { /** * * @param {Object} syntaxTree * @returns {ReactiveExpression} */ static compile(syntaxTree: any): ReactiveExpression; } //# sourceMappingURL=ReactivePegCompiler.d.ts.map