UNPKG

hyperformula

Version:

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

7 lines 225 B
/** * @license * Copyright (c) 2025 Handsoncode. All rights reserved. */ export { EmptyStatistics } from "./EmptyStatistics.mjs"; export { Statistics } from "./Statistics.mjs"; export { StatType } from "./StatType.mjs";