Remotely/Remotely_Server/wwwroot/scripts/Store.js
Jared Goodwin 8debc4bad5 Initial
2021-07-29 07:53:41 -07:00

8 lines
217 B
JavaScript

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