UNPKG

@bytecodealliance/jco

Version:

JavaScript tooling for working with WebAssembly Components

4 lines (3 loc) 163 B
/** @module Interface wasi:cli/stderr@0.2.3 **/ export function getStderr(): OutputStream; export type OutputStream = import('./wasi-io-streams.js').OutputStream;