import { type IsAny } from "https://deno.land/x/netzo@0.5.63/deps/react-hook-form.ts";
Checks whether the type is any See https://stackoverflow.com/a/49928360/3406963
definition: 0 extends 1 & T ? true : false
x/netzo/deps/react-hook-form.ts>IsAny
import { type IsAny } from "https://deno.land/x/netzo@0.5.63/deps/react-hook-form.ts";
Checks whether the type is any See https://stackoverflow.com/a/49928360/3406963