UNPKG

@cloudamqp/amqp-client

Version:

AMQP 0-9-1 client, both for browsers (WebSocket) and node (TCP Socket)

7 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPlainBody = isPlainBody; function isPlainBody(data) { return data === null || typeof data === "string" || data instanceof Uint8Array || data instanceof ArrayBuffer; } //# sourceMappingURL=amqp-publisher.js.map