UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

9 lines (8 loc) 200 B
import * as Collect from "./collect.mjs"; /** * Filters any `None` values. */ export function collectSome(self) { return Collect.collect_(self, a => a); } //# sourceMappingURL=collectSome.mjs.map