UNPKG

ts-results-es

Version:

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

5 lines (4 loc) 126 B
export * from './asyncoption.js'; export * from './asyncresult.js'; export * from './result.js'; export * from './option.js';