std/README.md

8 lines
126 B
Markdown
Raw Permalink Normal View History

2022-11-02 19:50:58 +01:00
Work IN PROGRESS
```js
require('@fiusdevelopment/std').cin('Question')
.then((response) => {
console.log(response)
})
```