import { isOfType } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
A generic type guard to check the type of an object.
Type Parameters
TType extends TObject["type"]
import { isOfType } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
A generic type guard to check the type of an object.