ts-data-forge
Version:
[](https://www.npmjs.com/package/ts-data-forge) [](https://www.npmjs.com/package/ts-data-forge) [![License](https://img.shields.
29 lines • 1.36 kB
text/typescript
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';
//# sourceMappingURL=index.d.mts.map