Skip to main content
Module

x/fun/string.ts>ShowableString

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

The canonical implementation of Showable for string. It contains the method show.

type

Showable<string>