// codegen:start {preset: barrel, include: ./operations/*.ts, prefix: "@effect/core/stm/TMap"} export * from "@effect/core/stm/TMap/operations/contains" export * from "@effect/core/stm/TMap/operations/delete" export * from "@effect/core/stm/TMap/operations/deleteAll" export * from "@effect/core/stm/TMap/operations/empty" export * from "@effect/core/stm/TMap/operations/find" export * from "@effect/core/stm/TMap/operations/findAll" export * from "@effect/core/stm/TMap/operations/findAllSTM" export * from "@effect/core/stm/TMap/operations/findSTM" export * from "@effect/core/stm/TMap/operations/fold" export * from "@effect/core/stm/TMap/operations/foldSTM" export * from "@effect/core/stm/TMap/operations/forEach" export * from "@effect/core/stm/TMap/operations/fromIterable" export * from "@effect/core/stm/TMap/operations/get" export * from "@effect/core/stm/TMap/operations/getOrElse" export * from "@effect/core/stm/TMap/operations/indexOf" export * from "@effect/core/stm/TMap/operations/isEmpty" export * from "@effect/core/stm/TMap/operations/keys" export * from "@effect/core/stm/TMap/operations/make" export * from "@effect/core/stm/TMap/operations/merge" export * from "@effect/core/stm/TMap/operations/put" export * from "@effect/core/stm/TMap/operations/putIfAbsent" export * from "@effect/core/stm/TMap/operations/removeIf" export * from "@effect/core/stm/TMap/operations/removeIfDiscard" export * from "@effect/core/stm/TMap/operations/retainIf" export * from "@effect/core/stm/TMap/operations/retainIfDiscard" export * from "@effect/core/stm/TMap/operations/size" export * from "@effect/core/stm/TMap/operations/takeFirst" export * from "@effect/core/stm/TMap/operations/takeFirstSTM" export * from "@effect/core/stm/TMap/operations/takeSome" export * from "@effect/core/stm/TMap/operations/takeSomeSTM" export * from "@effect/core/stm/TMap/operations/toChunk" export * from "@effect/core/stm/TMap/operations/toList" export * from "@effect/core/stm/TMap/operations/toMap" export * from "@effect/core/stm/TMap/operations/transform" export * from "@effect/core/stm/TMap/operations/transformSTM" export * from "@effect/core/stm/TMap/operations/transformValues" export * from "@effect/core/stm/TMap/operations/transformValuesSTM" export * from "@effect/core/stm/TMap/operations/updateWith" export * from "@effect/core/stm/TMap/operations/values" // codegen:end