String concatenation utility
npm install @rightpad/concatThis package provides a safe way to concatenate strings.
const concat = require('@rightpad/concat')
const result = concat('Hello', ' ', 'World', '!')
console.log(result) // "Hello World!"- args:
any— Values to be concatenated into a string. - Returns:
string— The concatenated result.
How on earth is @rightpad/concat named after left-pad???????? What kind of logic is that??? It's not. How can something that only shares three characters be named after something else??? That's like saying Michael is named after Fartael!! Also, that's not a question?
So??? It's not like Mich is not the opposite of Fart!!! Also that's not a question either.
we are 10x engineers
Unlicense
This package is by 10x'ly Made.