A Simple NPM Package to calculate STPI
Install stpicalc with npm
npm i stpicalc --save
then...
import { stpicalc } from "stpicalc";
let stpi = stpicalc([10, 5, 10, 7], [7, 7, 7, 7], [10, 10, 10, 10], [6, 7, 7, 7]);
- NodeJS
- Typescript
Fork and star this repository to support.