import { isOfType } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/utils/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@v1.0.0-beta.1-i18n/src/utils/index.ts";
A generic type guard to check the type of an object.