Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fun/kind.ts>In

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
type alias In
import { type In } from "https://deno.land/x/fun@v2.0.0/kind.ts";

Access the Premappable substitution type at index N

Type Parameters

T extends Kind
N extends keyof T["in"]
definition: T["in"][N]