UNPKG

@ghaerdi/rustify

Version:

A TypeScript monad library inspired by Rust, providing Result and Option types for safe error handling and null management.

3 lines (2 loc) 58 B
export * from "./result.ts"; export * from "./option.ts";