UNPKG

unwrap-or

Version:

A TypeScript implementation of Rust's Option and Result types.

6 lines (4 loc) 196 B
export { None, Some } from "./option/option.ts"; export type { Option } from "./option/option.ts"; export { Err, Ok } from "./result/result.ts"; export type { Result } from "./result/result.ts";