UNPKG

@thames/monads

Version:

Option, Result, and Either types for JavaScript - Inspired by Rust

4 lines (3 loc) 99 B
export * from './either/either'; export * from './option/option'; export * from './result/result';