Skip to main content
Module

x/froebel/types.ts>Print

A strictly typed utility library.
Go to Latest
type alias Print
import { type Print } from "https://deno.land/x/froebel@v0.23.0/types.ts";
definition: T extends λ<infer A, infer R> ? λ<A, R> : T extends infer I ? [K in keyof I]: I[K] : T