* Publishes a message to the `PubSub`, returning whether the message was published * to the `PubSub`.
(value: A)
| 21 | * to the `PubSub`. |
| 22 | */ |
| 23 | publish(value: A): Effect.Effect<boolean> |
| 24 | |
| 25 | /** |
| 26 | * Publishes all of the specified messages to the `PubSub`, returning whether they |
no outgoing calls
no test coverage detected