Home
last modified time | relevance | path

Searched refs:PlaybackIO (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/loggedIO/
DloggedIO.ts107 export interface PlaybackIO extends Harness.IO, PlaybackControl { } interface
208 …export function initWrapper(...[wrapper, underlying]: [PlaybackSystem, ts.System] | [PlaybackIO, H…
425 export function wrapIO(underlying: Harness.IO): PlaybackIO {
426 const wrapper: PlaybackIO = {} as any;