node-concat

1.0.2 • Public • Published

node-concat

Example:

concat('a', 'b', 'c', 'd');
// result: a, b, c, d
 
// or: concat('a', 'b', 'c', 'd', '_');
// result: a_b_c_d
 
concat(obj1, obj2, obj3, arr);
// result: {"key": "value"}, {"key": "value"}, {"key": "value"}, [{"key": "value"}]

Readme

Keywords

none

Package Sidebar

Install

npm i node-concat

Weekly Downloads

44

Version

1.0.2

License

ISC

Last publish

Collaborators

  • vqueiroz