UNPKG

@theia/core

Version:

Theia is a cloud & desktop IDE framework implemented in TypeScript.

9 lines 264 B
import { ForwardingChannel } from './channel'; /** * A pipe with two channels at each end for testing. */ export declare class ChannelPipe { readonly left: ForwardingChannel; readonly right: ForwardingChannel; } //# sourceMappingURL=channel.spec.d.ts.map