1.2.1 • Published 3 years ago

js-utils-z v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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