UNPKG

@cortical/core

Version:

A RESTful API framework for your apps based on GraphQL type system.

9 lines (8 loc) 209 B
/// <reference types="node" /> import * as readline from 'readline'; export declare class Prompt { rl: readline.ReadLine; constructor(); ask(message: string): Promise<string>; close(): void; }