js-utils-z
v1.2.1
Published
js-utils-z provides JavaScript utility functions including commonly used data structures similar to Java util library.
Downloads
430
Maintainers
Readme
Introduction
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