UNPKG

ts-math-utils

Version:

Math-based objects not included in JS, built in TS.

34 lines (33 loc) 890 B
{ "name": "ts-math-utils", "version": "2.1.2", "description": "Math-based objects not included in JS, built in TS.", "keywords": [ "intervals", "range", "set", "math", "utils", "typescript", "ts", "number", "bigint", "Infinity" ], "homepage": "https://github.com/HiddenRiverLabs/ts-math-utils#readme", "bugs": { "url": "https://github.com/HiddenRiverLabs/ts-math-utils/issues" }, "repository": { "type": "git", "url": "git+https://github.com/HiddenRiverLabs/ts-math-utils.git" }, "license": "MIT", "author": "Colin Elliott", "type": "module", "main": "dist/index.js", "directories": { "test": "test" }, "scripts": { "build": "tsc", "test": "jest", "coverage": "jest --coverage" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.3.2" } }