UNPKG

@rustresult/result

Version:

Rust-like Result and ResultAsync for Javascript

9 lines (8 loc) 261 B
export * from './factory'; export * from './factoryAsync'; export * from './Result'; export * from './ResultAsync'; export * from './resultify'; export * from './ResultJson'; export * from './RustlikeResult'; export type { ResultType } from './types.internal';