array-pung
v1.0.1
Published
Array methods built on top off existing array prototype
Downloads
2
Readme
pung
An npm library that add a bunch of methods to the existing array prototype
Installation
npm install array-pung
Then add to the root of your project
require('array-pung');
With ES6 modular import
import 'array-pung';
CREDITS
The first version was created by Ikechi Michael. Check it out here