Repository for 'standard' module (npmjs)
Find a file
Killer Boss Original 88cd6ab7db
2023.01.24-4
2023-01-24 22:50:10 +01:00
.github/workflows Rename main.yml to npm-publish.yml 2022-12-29 14:45:48 +01:00
.gitignore 0.0.4 2022-11-02 21:07:40 +01:00
.npmrc 0.0.1 2022-11-02 19:48:49 +01:00
index.js 2023.01.24-4 2023-01-24 22:50:10 +01:00
LICENSE.txt 0.0.1 2022-11-02 19:48:49 +01:00
package-lock.json fix 2022-12-29 13:39:58 +00:00
package.json 2023.01.24-4 2023-01-24 22:50:10 +01:00
README.md 2023.01.24-4 2023-01-24 22:50:10 +01:00

Work IN PROGRESS

const { cin } = require('@thundernetworkrad/std');
cin('Question').then((response) => {
    console.log(response)
})
const { createCout } = require('@thundernetworkrad/std');

let ccout = new createCout(0, true); // debugLevel, logs enabled (file)

let cout = ccout.cout;

cout('test', 0) // console.log day and time, if the number is >= to the debugLevel