@santi100/stack-lib
v0.0.1
Published
Santi's Small Stack: Imagine a pile of dishes!
Downloads
2
Readme
Santi's Small Stack
-->
- 🚀 Lightweight and fast^
- 👴 ES3-compliant*
- 💻 Portable between the browser and Node.js
- 📘 Comes with built-in TypeScript definitions
What's this?
This is an implementation of the stack data structure in TypeScript. It aims to be complete, yet versatile, portable, lightweight and easy to use.
- Via NPM:
npm install @santi100/stack-lib
- Via Yarn:
yarn add @santi100/stack-lib
- Via PNPM:
pnpm install @santi100/stack-lib
API
Coming soon! Check the JSDoc to get a look at what's coming to this section.