Skip to main content
Module

x/inquirer/deps.ts

Interactive command line user interfaces for deno
Latest
File
export { readKeypress } from 'https://deno.land/x/keypress@0.0.4/mod.ts';export * as color from 'https://deno.land/x/nanocolors@0.1.12/mod.ts';export * as ansi from 'https://deno.land/x/ansi@1.0.1/mod.ts';
export { readLines } from 'https://deno.land/std@0.138.0/io/mod.ts';