(defect: unknown)
| 1055 | * @since 4.0.0 |
| 1056 | */ |
| 1057 | export const die = (defect: unknown): Channel<never, never, never> => failCause(Cause.die(defect)) |
| 1058 | |
| 1059 | /** |
| 1060 | * Uses an effect to write a single value to the channel. |
nothing calls this directly
no test coverage detected