UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

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