Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_books/src/prompt.ts>findBook

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

Parameters

bookQuery: string

Returns

Promise<string | null>