Package Exports
- js_data-collections
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 (js_data-collections) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Structs-js
A simple data structure library
Getting Started
Download a local copy of the project or clone the workspace then run
npm install
Important scripts
Tests - npm run test
Build non-minified version - npm run build
Generate docs - npm run gen-docs
Prerequisites
Node js >=6.11.2 and accompanying version on npm
Important For browsers
Currently, this project is not ie8 compatible but works fine for ie9 and up. In future releases, I plan to alleviate these compatibility issues
Production
Development
Minified version
17kb Min
Contributing
Simply download the project, write some code and send a pull request
Versioning
We use SemVer for versioning.
Authors
- Eddie Cornelious - Initial work - EddieCornelious
License
This project is licensed under the MIT License.
Purpose
The initial purpose of this library was to simply apply the concepts I have learned as a computer science student.