0.0.2 • Published 6 years ago

@monzy/array.js v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Array.js


npm Travis

  1. What is Array.js?
  2. Installation
  3. Documentation
  4. Contribute

What is Array.js?

Another Array library with some useful methods.

Installation

  • npm Execute npm install @monzy/array.js --save for local usage, or npm install @monzy/array.js -g for global.

Add this to your .js file:

var Arr = require('@monzy/array.js');

Add this to your html file:

<script src="path/array.version.(min).js"></script>

Documentation

Check it here.

Contribute

Bug reports and pull requests are welcome on Github. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.