method Enumerable.prototype.toStdout Enumerable.prototype.toStdout(): Promise<void> Dump output to stdout. Non-locking. Handles strings, string arrays, Uint8Arrays, and arrays of those. Strings automatically have newlines appended. Return Type Promise<void>