Skip to content

js-utils-z provides JavaScript utility functions including commonly used data structures.

Notifications You must be signed in to change notification settings

Aaron-Zhao/js-utils

Repository files navigation

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

About

js-utils-z provides JavaScript utility functions including commonly used data structures.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published