UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

7 lines (5 loc) 180 B
export default function question(message: string, options?: { defaultValue?: string | undefined; mask?: string | undefined; }): Promise<string | null>; export = question;