UNPKG

@sheetxl/formulas

Version:

Formulas - TypeScript formulas compatible with Excel built-ins.

32 lines 805 B
{ "name": "@sheetxl/formulas", "description": "Formulas - TypeScript formulas compatible with Excel built-ins.", "version": "0.4.20", "license": "SEE LICENSE IN <LICENSE>", "type": "module", "exports": { ".": { "types": "./types/index.d.ts", "browser": "./browser/esm/index.mjs", "node": "./node/esm/index.mjs", "import": "./browser/esm/index.mjs", "require": "./browser/cjs/index.cjs" } }, "types": "./types/index.d.ts", "module": "./browser/esm/index.mjs", "main": "./browser/cjs/index.cjs", "sideEffects": false, "engineStrict": true, "keywords": [ "sheetxl", "spreadsheet", "formulas" ], "dependencies": { "@sheetxl/primitives": "^0.4.20", "bahttext": "^2.3.0", "bessel": "^1.0.2", "jstat": "^1.9.6" } }