UNPKG

@mvst/ts-unions

Version:

TypeScript union types for Maybe and RemoteData with pattern matching

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