2.0.0 • Published 4 years ago
@theclassicwizard/string-concatenator v2.0.0
string-concatenator
Concatenates all parameters seperated by comma into a string
Install
$ npm install @theclassicwizard/string-concatenator
Usage
const concatString = require("@theclassicwizard/string-concatenator");
concatString('hey', 'there are', 2, 'people');
//=> "hey there are 2 people"