UNPKG

pip-services4-expressions-node

Version:

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

13 lines 889 B
"use strict"; /** * @module calculator */ Object.defineProperty(exports, "__esModule", { value: true }); exports.FunctionCollection = exports.DelegatedFunction = exports.DefaultFunctionCollection = void 0; var DefaultFunctionCollection_1 = require("./DefaultFunctionCollection"); Object.defineProperty(exports, "DefaultFunctionCollection", { enumerable: true, get: function () { return DefaultFunctionCollection_1.DefaultFunctionCollection; } }); var DelegatedFunction_1 = require("./DelegatedFunction"); Object.defineProperty(exports, "DelegatedFunction", { enumerable: true, get: function () { return DelegatedFunction_1.DelegatedFunction; } }); var FunctionCollection_1 = require("./FunctionCollection"); Object.defineProperty(exports, "FunctionCollection", { enumerable: true, get: function () { return FunctionCollection_1.FunctionCollection; } }); //# sourceMappingURL=index.js.map