Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable assertInvalid
import { assertInvalid } from "https://deno.land/x/validasaur@v0.15.0/tests/utils.ts";

type

(
result: Validity,
payload: InvalidPayload,
message?: string,
) => void