UNPKG

pip-services4-expressions-node

Version:

Tokenizers, parsers and expression calculators in Node.js / ES2017

8 lines 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VariableCollection = exports.Variable = void 0; var Variable_1 = require("./Variable"); Object.defineProperty(exports, "Variable", { enumerable: true, get: function () { return Variable_1.Variable; } }); var VariableCollection_1 = require("./VariableCollection"); Object.defineProperty(exports, "VariableCollection", { enumerable: true, get: function () { return VariableCollection_1.VariableCollection; } }); //# sourceMappingURL=index.js.map