Package: effect
Module: TestClock
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>>
Since v2.0.0