JSPM

axium

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q26435F
  • License MIT

js ds library

Package Exports

  • axium

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 (axium) 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

Production

Development

Dev

Minified version

17kb Min

Contributing

Simply download the project, write some code and send a pull request

Versioning

We use SemVer for versioning.

Authors

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.