0.0.2 • Published 6 years ago

array-js v0.0.2

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

Array.js


npm Travis npm npm npm npm

  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 array-js --save for local usage, or npm install order-js -g for global.

Add this to your .js file:

var Arr = require('array-js');

Add this to your html file:

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

Documentation

Check it here.

Contibute

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.