textlog Install textlog npm install --save textlog Using textlog // ES6 import 'textlog'; // ES5 require('textlog'); let text = 'test'; text.log(); // [String: 'test'] write to console