Skip to main content
Module

x/hkts/array.ts>TypeOf

Functional programming tools: option, either, task, state, optics, etc.
Latest
type alias TypeOf
import { type TypeOf } from "https://deno.land/x/hkts@v0.0.52/array.ts";

Types


definition: T extends ReadonlyArray<infer A> ? A : never