Skip to main content
Module

x/deno_books/deps.ts>Select.prompt

Access OpenLibrary's API with Deno.
Go to Latest
method Select.prompt
import { Select } from "https://deno.land/x/deno_books@v1.4.0/deps.ts";

Execute the prompt with provided options.

Parameters

options: SelectOptions<TValue>

Returns

Promise<WidenType<TValue>>