Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 216 Bytes

File metadata and controls

15 lines (9 loc) · 216 Bytes

Stack

Simple stack implementation in Typescript.

To run tests:

git clone git@github.com:suchy/stack.git

cd stack

npm install

npm test