Skip to content

@verdaccio/core


Variable: readableToString()

ts
const readableToString: (stream) => Promise<string>;

Converts a buffer stream to a string.

Parameters

ParameterType
streamReadable

Returns

Promise<string>

Released under the MIT License.