Skip to main content
Module

x/value_schema/dist-deno/exporter.ts>ValueSchemaError.is

simple, easy-to-use, and declarative input validator; supports Node.js, TypeScript, Deno, and Bun
Latest
method ValueSchemaError.is
Re-export
import { ValueSchemaError } from "https://deno.land/x/value_schema@v4.0.0/dist-deno/exporter.ts";

check whether error is instance of ValueSchemaError or not

Parameters

err: unknown

error to check