method Interface.prototype.questionimport { Interface } from "https://deno.land/std@0.170.0/node/readline/promises.ts"; question(query: string, options?: Abortable): Promise<string>Parametersquery: stringoptionaloptions: Abortable = [UNSUPPORTED]ReturnsPromise<string>