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) 279 B
// ets_tracing: off import * as CK from "../../../../Collections/Immutable/Chunk/index.mjs"; import * as FromChunk from "./fromChunk.mjs"; /** * Empty stream */ export const empty = /*#__PURE__*/FromChunk.fromChunk( /*#__PURE__*/CK.empty()); //# sourceMappingURL=empty.mjs.map