effect-io-ai

Package: effect
Module: TestServices

TestServices.withSized

Executes the specified workflow with the specified implementation of the sized service.

Signature

declare const withSized: ((sized: Sized.TestSized) => <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>) & (<A, E, R>(effect: Effect.Effect<A, E, R>, sized: Sized.TestSized) => Effect.Effect<A, E, R>)

Source

Since v2.0.0