Repository for 'standard' module (npmjs)
Find a file
2022-11-02 21:07:40 +01:00
.github/workflows Delete npm.yml 2022-11-02 19:53:03 +01:00
node_modules 0.0.4 2022-11-02 21:07:40 +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 0.0.4 2022-11-02 21:07:10 +01:00
LICENSE.txt 0.0.1 2022-11-02 19:48:49 +01:00
package-lock.json 0.0.4 2022-11-02 21:07:40 +01:00
package.json 0.0.4 2022-11-02 21:07:10 +01:00
README.md add readme 2022-11-02 19:50:58 +01:00

Work IN PROGRESS

require('@fiusdevelopment/std').cin('Question')
.then((response) => {
    console.log(response)
})