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.33 kB
export * from './ternary-result-err.mjs'; export * from './ternary-result-expect-to-be.mjs'; export * from './ternary-result-flat-map.mjs'; export * from './ternary-result-fold.mjs'; export * from './ternary-result-from-promise.mjs'; export * from './ternary-result-from-throwable.mjs'; export * from './ternary-result-is-err.mjs'; export * from './ternary-result-is-ok.mjs'; export * from './ternary-result-is-ternary-result.mjs'; export * from './ternary-result-is-warn.mjs'; export * from './ternary-result-map-err.mjs'; export * from './ternary-result-map-warn.mjs'; export * from './ternary-result-map.mjs'; export * from './ternary-result-ok.mjs'; export * from './ternary-result-or-else.mjs'; export * from './ternary-result-to-optional.mjs'; export * from './ternary-result-unwrap-err-or.mjs'; export * from './ternary-result-unwrap-err-throw.mjs'; export * from './ternary-result-unwrap-err.mjs'; export * from './ternary-result-unwrap-ok-or.mjs'; export * from './ternary-result-unwrap-ok.mjs'; export * from './ternary-result-unwrap-throw.mjs'; export * from './ternary-result-unwrap-warn-or.mjs'; export * from './ternary-result-unwrap-warn-throw.mjs'; export * from './ternary-result-unwrap-warn.mjs'; export * from './ternary-result-warn.mjs'; export * from './ternary-result-zip.mjs'; export * from './types.mjs';