UNPKG

@datastax/langflow-client

Version:
9 lines 216 B
export class Log { timestamp; message; constructor(timestamp, message) { this.timestamp = new Date(parseInt(timestamp, 10)); this.message = message; } } //# sourceMappingURL=log.js.map