Repository for 'standard' module (npmjs)
.github/workflows | ||
.gitignore | ||
.npmrc | ||
index.js | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md |
Work IN PROGRESS
require('@thundernetworkrad/std').cin('Question')
.then((response) => {
console.log(response)
})
const { createCout } = require('@thundernetworkrad/std');
let ccout = new createCout(0); // debugLevel
let cout = ccout.cout;
cout('test', 0) // console.log day and time, if the number is >= to the debugLevel