UNPKG

@bytecodealliance/jco

Version:

JavaScript tooling for working with WebAssembly Components

10 lines (8 loc) 244 B
/** @module Interface wasi:cli/terminal-output@0.2.3 **/ export class TerminalOutput implements Partial<Disposable> { /** * This type does not have a public constructor. */ private constructor(); [Symbol.dispose]?: () => void; }