import type { AsyncResult, Result } from './interface.js'; import { Ok, is_ok } from './ok.js'; import { Err, is_err } from './err.js'; import { BackTrack, backtrack } from './backtrack.js'; import { result, async_result } from './helper.js'; export { Ok, Err, BackTrack, result, is_err, is_ok, backtrack, async_result, type Result, type AsyncResult, }; //# sourceMappingURL=mod.d.ts.map