"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "ConsoleHistory", { enumerable: true, get: function () { return _console_history.ConsoleHistory; } }); var _console_history = require("./console_history");