Update README.md
This commit is contained in:
parent
7bcee824b7
commit
98c1caf5f9
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
@ -1,8 +1,18 @@
|
|||
Work IN PROGRESS
|
||||
|
||||
```js
|
||||
require('@fiusdevelopment/std').cin('Question')
|
||||
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue