nv-facutil-stdout-tee
v1.0.0
Published
nv-facutil-stdout-tee ======================= - capture stdout
Readme
nv-facutil-stdout-tee
- capture stdout
install
- npm install nv-facutil-stdout-tee
splitted
usage
const { bgn,end } = require("nv-facutil-stdout-tee");example
0
bgn();
let a = [100,{a:100,b:200},200]
var s = end();
console.log(s)
/*
let a = [100,{a:100,b:200},200]
var s = end();
*/
s
/*
'\x1B[90mundefined\x1B[39m\n' +
'\x1B[1G\x1B[0J> \x1B[3G let a = [100,{a:100,b:200},200]\r\n' +
'\x1B[90mundefined\x1B[39m\n' +
'\x1B[1G\x1B[0J> \x1B[3G var s = end();\r\n'
*/METHODS
APIS
LICENSE
- ISC
