Package Exports
- @derekjwilliams/linkedstack
- @derekjwilliams/linkedstack/linkedstack.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@derekjwilliams/linkedstack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
LinkedStack
Simple Linked Stack; using a functional approach
Directly inspired by the code here https://non-traditional.dev/converting-object-oriented-code-to-functional-in-javascript-f3d50cd06d93. He's the best!
Testing
Install mocha globally, npm install --global mocha in order to run tests