npm install @whizzes/inputio
import { input } from '@whizzes/inputio';
async function main() {
const reply = await input("Enter your name: ");
console.log(reply);
}
Every contribution to this project is welcome, feel free to open PRs and issues if you find fit for any.
Licensed under the MIT license. Refer to the LICENSE
file.