UNPKG

option-t

Version:

A toolkit of Nullable/Option/Result type implementation in ECMAScript. Their APIs are inspired by Rust's `Option<T>` and `Result<T, E>`.

2 lines (1 loc) 66 B
export * as Nullable from './internal/intermediate_namespace.js';