UNPKG

hyperformula

Version:

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

7 lines 276 B
/** * @license * Copyright (c) 2025 Handsoncode. All rights reserved. */ import { FunctionPlugin, FunctionArgumentType } from "./plugin/FunctionPlugin.mjs"; import { EmptyValue } from "./InterpreterValue.mjs"; export { FunctionPlugin, FunctionArgumentType, EmptyValue };