Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 424 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 424 Bytes

TS_Codewars

Solving TypeScript Codewars

In the folder of every kata level You will find a package.json file run npm install to install packages. run npm test to run the tests.

npm install
npm test

every kata has a folder in the src folder inside the level folder. kata is in kata.ts file
and test is in test.ts file