Skip to content

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

License

Notifications You must be signed in to change notification settings

afeiship/next-concat

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published