aliarefi
v1.1.0
Published
A simple stack implementation for nodejs
Downloads
1
Readme
This is a cool stack implementation in javascript.
Install
npm i @behrad/mft-stack
How to Use?
you should call push to add new item to stack
stack.push({name: 'behrad'})