Interface: CommitRecorder<T>
Defined in: testing.ts:169
Type Parameters
T
T
Properties
stop
stop: () =>
void
Defined in: testing.ts:173
Detach the recorder's subscription.
Returns
void
values
values:
T[]
Defined in: testing.ts:171
Every value committed to the graph, in order (streaming yields included).