-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SuperPhantomUser edited this page Jun 10, 2021
·
1 revision
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!
To install the arrayMethods.js package, simply do:
npm install arraymethods.js
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.