UNPKG

unwrap-or

Version:

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

3 lines (2 loc) 87 B
export { None, Some } from "./option.ts"; export type { Option } from "./option.d.ts";