Go to file
James Skemp a1007062c4 Update maths package to latest version with docs 2023-03-04 22:50:45 -06:00
.gitignore Add functionality to test maths-package test package 2023-03-02 11:14:58 -06:00
.npmrc Add functionality to test maths-package test package 2023-03-02 11:14:58 -06:00
README.md Add functionality to test maths-package test package 2023-03-02 11:14:58 -06:00
index.js Add functionality to test maths-package test package 2023-03-02 11:14:58 -06:00
index.ts Add functionality to test maths-package test package 2023-03-02 11:14:58 -06:00
package-lock.json Update maths package to latest version with docs 2023-03-04 22:50:45 -06:00
package.json Update maths package to latest version with docs 2023-03-04 22:50:45 -06:00
tsconfig.json Add functionality to test maths-package test package 2023-03-02 11:14:58 -06:00

README.md

Maths Package Usage Test

npm init
git init
npm install --save-dev typescript
npm install '@testing/maths-package'
npx tsc --init
npx tsc -p tsconfig.json
node .\index.js