Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 443 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 443 Bytes

stpicalc

A Simple NPM Package to calculate STPI

Installation

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]);

Tech Stack

  • NodeJS
  • Typescript

Support

Fork and star this repository to support.

License

MIT