@lgd-utils/collection
TypeScript icon, indicating that this package has built-in type declarations

0.0.6 • Public • Published

@lgd-utils/collection

Bundle size MIT NPM downloads NPM version lodash npm styled with prettier

A front-end collection tool

Usage

import collection from '@lgd-utils/collection';

const array = [];
collection.forEach([1, 2, 3], (v, k) => {
  array.push(v + 1)
});
console.log(array); // [2, 3, 4]

Contribute

Documentation

Related

Package Sidebar

Install

npm i @lgd-utils/collection

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

15.4 kB

Total Files

11

Last publish

Collaborators

  • lgd.huafeeng