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