Skip to content

feat: add stats/incr/nanmmeanstdev #6606

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update package.json
Signed-off-by: Muhmmad Saad <[email protected]>
  • Loading branch information
saad-imran-dev authored May 3, 2025
commit 31807c15fcf6c80fcf637b81ff1b38e9174be820
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"main": "./lib",
"directories": {
"benchmark": "benchmark",
"doc": "docs",
"example": "examples",
"benchmark": "./benchmark",
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "test"
"test": "./test"
},
"types": "./docs/types",
"scripts": {},
Expand Down