Searched refs:PlaybackSystem (Results 1 – 1 of 1) sorted by relevance
109 export interface PlaybackSystem extends ts.System, PlaybackControl { } interface208 …export function initWrapper(...[wrapper, underlying]: [PlaybackSystem, ts.System] | [PlaybackIO, H…442 export function wrapSystem(underlying: ts.System): PlaybackSystem {443 const wrapper: PlaybackSystem = {} as any;