UNPKG

@rustable/enum

Version:

Rust-inspired pattern matching and type-safe error handling for TypeScript. Includes Option<T> for null-safety and Result<T, E> for error handling, with comprehensive pattern matching support

5 lines (4 loc) 108 B
export * from './control_flow'; export * from './enum'; export * from './option'; export * from './result';