UNPKG

@message-queue-toolkit/core

Version:

Useful utilities, interfaces and base classes for message queue handling. Supports AMQP and SQS with a common abstraction on top currently

3 lines (2 loc) 147 B
import type { Readable } from 'node:stream'; export declare function streamWithKnownSizeToString(stream: Readable, size: number): Promise<string>;