MCPcopy
hub / github.com/Effect-TS/effect / asVoid

Function asVoid

packages/effect/src/internal/core.ts:442–442  ·  view source on GitHub ↗
(self: Effect.Effect<A, E, R>)

Source from the content-addressed store, hash-verified

440
441/* @internal */
442export const asVoid = <A, E, R>(self: Effect.Effect<A, E, R>): Effect.Effect<void, E, R> => as(self, void 0)
443
444/* @internal */
445export const custom: {

Callers 2

core.tsFile · 0.70
scopeAddFinalizerFunction · 0.70

Calls 1

asFunction · 0.85

Tested by

no test coverage detected