UNPKG

hyperformula

Version:

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

9 lines 219 B
/** * @license * Copyright (c) 2025 Handsoncode. All rights reserved. */ import enGB from "./enGB.mjs"; const dictionary = Object.assign(Object.assign({}, enGB), { langCode: 'enUS' }); export default dictionary;