ts-data-forge
Version:
[](https://www.npmjs.com/package/ts-data-forge) [](https://www.npmjs.com/package/ts-data-forge) [ • 1.13 kB
JavaScript
export { err } from './result-err.mjs';
export { expectToBe } from './result-expect-to-be.mjs';
export { flatMap } from './result-flat-map.mjs';
export { fold } from './result-fold.mjs';
export { fromPromise } from './result-from-promise.mjs';
export { fromThrowable } from './result-from-throwable.mjs';
export { isErr } from './result-is-err.mjs';
export { isOk } from './result-is-ok.mjs';
export { isResult } from './result-is-result.mjs';
export { mapErr } from './result-map-err.mjs';
export { map } from './result-map.mjs';
export { ok } from './result-ok.mjs';
export { orElse } from './result-or-else.mjs';
export { swap } from './result-swap.mjs';
export { toOptional } from './result-to-optional.mjs';
export { unwrapErrOr } from './result-unwrap-err-or.mjs';
export { unwrapErrThrow } from './result-unwrap-err-throw.mjs';
export { unwrapErr } from './result-unwrap-err.mjs';
export { unwrapOkOr } from './result-unwrap-ok-or.mjs';
export { unwrapOk } from './result-unwrap-ok.mjs';
export { unwrapThrow } from './result-unwrap-throw.mjs';
export { zip } from './result-zip.mjs';
//# sourceMappingURL=index.mjs.map