import { instance } from "https://deno.land/x/valibot@v0.30.0/src/schemas/index.ts";
Creates an instance schema.
Type Parameters
TClass extends Class
Parameters
class_: TClass
The class of the instance.
optional
message: ErrorMessageThe error message.
Returns
An instance schema.