Skip to content

Commit

Permalink
feat : add math utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ma9pie committed Mar 7, 2024
1 parent d96c55c commit 9b4245f
Show file tree
Hide file tree
Showing 8 changed files with 912 additions and 49 deletions.
26 changes: 24 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"major": "npm version major"
},
"devDependencies": {
"@types/big.js": "^6.2.2",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
Expand All @@ -48,5 +49,8 @@
"rollup-plugin-peer-deps-external": "^2.2.4",
"ts-jest": "^29.1.2",
"typescript": "^4.9.5"
},
"dependencies": {
"big.js": "^6.2.1"
}
}
35 changes: 0 additions & 35 deletions src/__test__/index.test.ts

This file was deleted.

Loading

0 comments on commit 9b4245f

Please sign in to comment.