UNPKG

@mvst/ts-unions

Version:

TypeScript union types for Maybe and RemoteData with pattern matching

6 lines (5 loc) 179 B
export * as M from "./maybe"; export * as RD from "./remote-data"; export * from "./utils"; export { type Maybe } from "./maybe"; export { type RemoteData } from "./remote-data";