Remotely/Server/wwwroot/scripts/Store.js
2021-07-29 07:54:01 -07:00

8 lines
217 B
JavaScript

export const Store = new class {
constructor() {
this.CommandCompletionPosition = -1;
this.InputHistoryPosition = -1;
this.InputHistoryItems = [];
}
};
//# sourceMappingURL=Store.js.map