@jswork/next-concat

1.0.1 • Public • Published

next-concat

Creates a new array joining a wrapped array with any additional arrays and/or values.

version license size download

installation

npm install -S @jswork/next-concat

usage

import '@jswork/next-concat';

const arr1 = [1,2];
const arr2 = ['a'];
const result = nx.concat(arr1,arr2);

//[1,2,'a'];

license

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/next-concat

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

4.87 kB

Total Files

5

Last publish

Collaborators

  • afeiship