This package has been generated with the help of Qwen3.6 27B from the html documentation pages as well as a review of src code of jstat.
First, install the package as a development dependency:
npm install --save-dev @lakshagg/types-jstatNext, include it in your project by adding it to your tsconfig.json:
{
"compilerOptions": {
"types": ["@lakshagg/types-jstat"]
}
}If you find any discrepancies or missing definitions, please raise an issue. When doing so, please include a clear code example for each specific overload that is failing.