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