npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@forbeslindesay/interrogator

1.0.0

@forbeslindesay

npmHomeRepoSnykSocket
Downloads:88
$ npm install @forbeslindesay/interrogator
DailyWeeklyMonthlyYearly

interrogator

A collection of common interactive command line user interfaces

Installation

yarn add @forbeslindesay/interrogator

Usage

import * as interrogator from '@forbeslindesay/interrogator';

const answer = await interrogator.list('Pick an option', [
  'a',
  'b',
  'c',
] as const);