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