UNPKG

smart-types-ts

Version:

A collection of _Smart Types_ and _Smart Constructors_ which enable you to be more strict when defining your application's important types/interfaces.

3 lines (2 loc) 110 B
import * as e from "fp-ts/lib/Either"; export declare const string: (a: unknown) => e.Either<string, string>;