UNPKG

hyperformula-dc

Version:

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

7 lines 210 B
/** * @license * Copyright (c) 2021 Handsoncode. All rights reserved. */ export { EmptyStatistics } from './EmptyStatistics'; export { Statistics } from './Statistics'; export { StatType } from './StatType';