UNPKG

hyperformula-dc

Version:

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

6 lines 160 B
/** * @license * Copyright (c) 2021 Handsoncode. All rights reserved. */ import { FunctionPlugin } from './plugin/FunctionPlugin'; export { FunctionPlugin };