0.1.1 • Published 2 years ago

@whizzes/inputio v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

Getting Started

npm install @whizzes/inputio

Usage

import { input } from '@whizzes/inputio';

async function main() {
  const reply = await input("Enter your name: ");

  console.log(reply);
}

Contributions

Every contribution to this project is welcome, feel free to open PRs and issues if you find fit for any.

License

Licensed under the MIT license. Refer to the LICENSE file.