js-utils-z

js-utils-z provides JavaScript utility functions including commonly used data structures similar to Java util library.


Keywords
js utils, heap, heap data structure, queue, queue data structure, linked hash map, javascript, utility, data-structures
License
MIT
Install
npm install js-utils-z@1.2.0

Documentation

Introduction

build:? npm npm npm

js-utils-z provides JavaScript utility functions including commonly used data structures similar to Java util library. It can be used in the browser or back-end environment like Node.js. It should support all modern web broswers except IE.

Test

Run npm install, after the install run npm test to run the test cases.

Install

npm install --save js-utils-z

Import

const { Heap } = require('js-utils-z');

or

import { Heap } from 'js-utils-z';

License

MIT