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