UNPKG

typescript-functional-extensions

Version:

A TypeScript implementation of synchronous and asynchronous Maybe and Result monads

7 lines (6 loc) 135 B
export declare class Unit { private static instance; constructor(); static get Instance(): Unit; toString(): string; }