Skip to content
SuperPhantomUser edited this page Jun 10, 2021 · 1 revision

Arraymethods.js Wiki

Arraymethods.js is an npm package that includes new array methods, which make working with 1, 2, and 3 dimensional arrays much easier!

In this wiki you can find information on any method or constructor!

Installation

To install the arrayMethods.js package, simply do:

npm install arraymethods.js

Using the Package

Using the package is simple and easy!

const Arrays = require("arraymethods.js");
// or
import Arrays from "arraymethods.js";

All methods and constructors can be found from the Arrays package.

Clone this wiki locally