UNPKG

hyperformula

Version:

HyperFormula is a JavaScript engine for efficient processing of spreadsheet-like data and formulas

8 lines (7 loc) 331 B
"use strict"; exports.__esModule = true; var _FunctionPlugin = require("./plugin/FunctionPlugin"); exports.FunctionPlugin = _FunctionPlugin.FunctionPlugin; exports.FunctionArgumentType = _FunctionPlugin.FunctionArgumentType; var _InterpreterValue = require("./InterpreterValue"); exports.EmptyValue = _InterpreterValue.EmptyValue;