@monstermann/fn
Version:
A utility library for TypeScript.
11 lines (10 loc) • 413 B
JavaScript
import { filter } from "./filter.js";
import { isNone } from "./isNone.js";
import { isSome } from "./isSome.js";
import { map } from "./map.js";
import { mapOr } from "./mapOr.js";
import { mapOrElse } from "./mapOrElse.js";
import { or } from "./or.js";
import { orElse } from "./orElse.js";
import { orThrow } from "./orThrow.js";
export { filter, isNone, isSome, map, mapOr, mapOrElse, or, orElse, orThrow };