UNPKG

@mvst/ts-unions

Version:

TypeScript union types for Maybe and RemoteData with pattern matching

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