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

x/deno_books/src/util.ts>getBookByISBN

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

Parameters

isbn: string

Returns

Promise<Book>