UNPKG

ts-data-forge

Version:

[![npm version](https://img.shields.io/npm/v/ts-data-forge.svg)](https://www.npmjs.com/package/ts-data-forge) [![npm downloads](https://img.shields.io/npm/dm/ts-data-forge.svg)](https://www.npmjs.com/package/ts-data-forge) [![License](https://img.shields.

29 lines (28 loc) 1.64 kB
export { err } from './ternary-result-err.mjs'; export { expectToBe } from './ternary-result-expect-to-be.mjs'; export { flatMap } from './ternary-result-flat-map.mjs'; export { fold } from './ternary-result-fold.mjs'; export { fromPromise } from './ternary-result-from-promise.mjs'; export { fromThrowable } from './ternary-result-from-throwable.mjs'; export { isErr } from './ternary-result-is-err.mjs'; export { isOk } from './ternary-result-is-ok.mjs'; export { isTernaryResult } from './ternary-result-is-ternary-result.mjs'; export { isWarn } from './ternary-result-is-warn.mjs'; export { mapErr } from './ternary-result-map-err.mjs'; export { mapWarn } from './ternary-result-map-warn.mjs'; export { map } from './ternary-result-map.mjs'; export { ok } from './ternary-result-ok.mjs'; export { orElse } from './ternary-result-or-else.mjs'; export { toOptional } from './ternary-result-to-optional.mjs'; export { unwrapErrOr } from './ternary-result-unwrap-err-or.mjs'; export { unwrapErrThrow } from './ternary-result-unwrap-err-throw.mjs'; export { unwrapErr } from './ternary-result-unwrap-err.mjs'; export { unwrapOkOr } from './ternary-result-unwrap-ok-or.mjs'; export { unwrapOk } from './ternary-result-unwrap-ok.mjs'; export { unwrapThrow } from './ternary-result-unwrap-throw.mjs'; export { unwrapWarnOr } from './ternary-result-unwrap-warn-or.mjs'; export { unwrapWarnThrow } from './ternary-result-unwrap-warn-throw.mjs'; export { unwrapWarn } from './ternary-result-unwrap-warn.mjs'; export { warn } from './ternary-result-warn.mjs'; export { zip } from './ternary-result-zip.mjs'; //# sourceMappingURL=index.mjs.map