UNPKG

@hypernetlabs/objects

Version:
12 lines 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Message = void 0; class Message { constructor(author, timestamp, data) { this.author = author; this.timestamp = timestamp; this.data = data; } } exports.Message = Message; //# sourceMappingURL=Message.js.map