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) 68 B
export declare const ERR_MSG_UNWRAP_SOME_BUT_INPUT_IS_NONE: string;