ts-data-forge
Version:
[](https://www.npmjs.com/package/ts-data-forge) [](https://www.npmjs.com/package/ts-data-forge) [ • 846 B
JavaScript
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