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#validate

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

Validate input value.

Parameters

value: TValue

User input value.

Returns

boolean | string

True on success, false or error message on error.