notnewline
v1.0.0
Published
console.log without the newline
Downloads
1
Readme
notnewline
like console.log but without a newline
usage
npm i notnewline
const echo = require('notnewline');
echo('hello, world');
// just like in console.log, comma seperated values will be joined by a space
echo('hello', 'world');