Searched refs:PlaybackIO (Results 1 – 1 of 1) sorted by relevance
107 export interface PlaybackIO extends Harness.IO, PlaybackControl { } interface208 …export function initWrapper(...[wrapper, underlying]: [PlaybackSystem, ts.System] | [PlaybackIO, H…425 export function wrapIO(underlying: Harness.IO): PlaybackIO {426 const wrapper: PlaybackIO = {} as any;