UNPKG

@mvst/ts-unions

Version:

TypeScript union types for Maybe and RemoteData with pattern matching

4 lines (3 loc) 92 B
export * as M from "./maybe"; export * as RD from "./remote-data"; export * from "./utils";