@lakshagg/types-jstat
v1.1.0
Published
TypeScript definitions for jstat
Readme
Type definitions for jstat library
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.
Installation
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"]
}
}Contributing & Issues
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.
