mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
8 lines
217 B
JavaScript
8 lines
217 B
JavaScript
export const Store = new class {
|
|
constructor() {
|
|
this.CommandCompletionPosition = -1;
|
|
this.InputHistoryPosition = -1;
|
|
this.InputHistoryItems = [];
|
|
}
|
|
};
|
|
//# sourceMappingURL=Store.js.map
|