import { type IsNever } from "https://deno.land/x/netzo@0.5.63/deps/react-hook-form.ts";
Checks whether the type is never
definition: [T] extends [never] ? true : false
x/netzo/deps/react-hook-form.ts>IsNever
import { type IsNever } from "https://deno.land/x/netzo@0.5.63/deps/react-hook-form.ts";
Checks whether the type is never