UNPKG

unwrap-or

Version:

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

3 lines (2 loc) 98 B
export type { Option } from "./option/index.ts"; export type { Result } from "./result/index.ts";