js-utils-z

1.2.1 • Public • Published

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

Package Sidebar

Install

npm i js-utils-z

Weekly Downloads

45

Version

1.2.1

License

MIT

Unpacked Size

16 kB

Total Files

7

Last publish

Collaborators

  • aaronzhao21