Appearance
@verdaccio/core
const readableToString: (stream) => Promise<string>;
Converts a buffer stream to a string.
stream
Readable
Promise<string>
Promise
string