import { type TypeOf } from "https://deno.land/x/fun@v2.0.0/array.ts";
This type alias unwraps the inner type of a ReadonlyArray.
definition: T extends ReadonlyArray<infer A> ? A : never
import { type TypeOf } from "https://deno.land/x/fun@v2.0.0/array.ts";
This type alias unwraps the inner type of a ReadonlyArray.