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.

18 lines (17 loc) 846 B
export { expectToBe } from './optional-expect-to-be.mjs'; export { filter } from './optional-filter.mjs'; export { flatMap } from './optional-flat-map.mjs'; export { fromNullable } from './optional-from-nullable.mjs'; export { isNone } from './optional-is-none.mjs'; export { isOptional } from './optional-is-optional.mjs'; export { isSome } from './optional-is-some.mjs'; export { map } from './optional-map.mjs'; export { none } from './optional-none.mjs'; export { orElse } from './optional-or-else.mjs'; export { some } from './optional-some.mjs'; export { toNullable } from './optional-to-nullable.mjs'; export { unwrapOr } from './optional-unwrap-or.mjs'; export { unwrapThrow } from './optional-unwrap-throw.mjs'; export { unwrap } from './optional-unwrap.mjs'; export { zip } from './optional-zip.mjs'; //# sourceMappingURL=index.mjs.map