import { type IsAny } from "https://deno.land/x/netzo@0.3.91/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
import { type IsAny } from "https://deno.land/x/netzo@0.3.91/deps/react-hook-form.ts";
Checks whether the type is any See https://stackoverflow.com/a/49928360/3406963