UNPKG

@lcap/asl

Version:

NetEase Application Specific Language

13 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); ; exports.default = { records: [], push(content) { this.records.push({ content, timestamp: +new Date() }); }, clear() { this.records = []; }, }; //# sourceMappingURL=history.js.map