effect-io-ai

Package: effect
Module: TestClock

TestClock.save

Accesses a TestClock instance in the context and saves the clock state in an effect which, when run, will restore the TestClock to the saved state.

Signature

declare const save: () => Effect.Effect<Effect.Effect<void>>

Source

Since v2.0.0