// codegen:start {preset: barrel, include: ./operations/*.ts, prefix: "@effect/core/stream/Take"} export * from "@effect/core/stream/Take/operations/chunk" export * from "@effect/core/stream/Take/operations/die" export * from "@effect/core/stream/Take/operations/dieMessage" export * from "@effect/core/stream/Take/operations/done" export * from "@effect/core/stream/Take/operations/end" export * from "@effect/core/stream/Take/operations/exit" export * from "@effect/core/stream/Take/operations/fail" export * from "@effect/core/stream/Take/operations/failCause" export * from "@effect/core/stream/Take/operations/fold" export * from "@effect/core/stream/Take/operations/foldEffect" export * from "@effect/core/stream/Take/operations/fromEffect" export * from "@effect/core/stream/Take/operations/fromExit" export * from "@effect/core/stream/Take/operations/fromPull" export * from "@effect/core/stream/Take/operations/isDone" export * from "@effect/core/stream/Take/operations/isFailure" export * from "@effect/core/stream/Take/operations/isSuccess" export * from "@effect/core/stream/Take/operations/map" export * from "@effect/core/stream/Take/operations/single" export * from "@effect/core/stream/Take/operations/tap" // codegen:end