Skip to main content
Module

x/hkts/type_classes.ts>Show

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

Show Take a type and prints a string for it.

Properties

readonly
show: (t: T) => string