Skip to main content
Module

x/functional/mod.ts>TypeRepresentationPrototype

Common Functional Programming Algebraic data types for JavaScript that is compatible with most modern browsers and Deno.
Latest
interface TypeRepresentationPrototype
import { type TypeRepresentationPrototype } 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