Package: effect
Module: TestClock
Data represents the state of the TestClock, including the clock time.
Signature
export interface Data {
readonly instant: number
readonly sleeps: Chunk.Chunk<readonly [number, Deferred.Deferred<void>]>
}
Since v2.0.1