UNPKG

adaptive-expressions

Version:
15 lines 442 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); /** * @module adaptive-expressions */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ __export(require("./ExpressionAntlrLexer")); __export(require("./ExpressionAntlrParser")); //# sourceMappingURL=index.js.map