Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_books/deps.ts>Select.inject

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

Inject prompt value. If called, the prompt doesn't prompt for an input and returns immediately the injected value. Can be used for unit tests or pre selections.

Parameters

value: string

Input value.