UNPKG

donkey

Version:

EIP for JavaScript, node style

11 lines (8 loc) 218 B
var ut = require('./Utils'); var Message = module.exports = function Message(options){ this.exchange; this.header = {}; this.body = {}; ut.mixin(this,options); this.messageId = Math.random(); };