Skip to main content
Module

x/functional/mod.ts>SumTypeRepresentationPrototype

Common Functional Programming Algebraic data types for JavaScript that is compatible with most modern browsers and Deno.
Latest
interface SumTypeRepresentationPrototype
import { type SumTypeRepresentationPrototype } from "https://deno.land/x/functional@v1.3.4/mod.ts";

Methods

from(propertyCollection: Record<string, any>): T
is<Z>(container: Z): boolean
toString(): string