std/README.md
Killer Boss Original 98c1caf5f9
Update README.md
2023-01-24 17:19:35 +01:00

18 lines
353 B
Markdown

Work IN PROGRESS
```js
require('@thundernetworkrad/std').cin('Question')
.then((response) => {
console.log(response)
})
```
```js
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
```