input

Prompts user input using several of methods.

Returns:
  • Namespace
Type: 
Object
Example
import { input } from "@jlongyam/cli";

console.log(Object.getOwnPropertyNames(input));