coffeestructures

CoffeeScript Data Structures

Usage no npm install needed!

<script type="module">
  import coffeestructures from 'https://cdn.skypack.dev/coffeestructures';
</script>

README

coffeestructures

Data structures in cofffeescript

Testing

To run the tests just type

    cake test

in the app directory

Setting Up For Testing

To be able to run the tests, you need to have two node modules installed in your general namespace, mocha, and chai.
Use

    npm install -g mocha
    npm install -g chai