Global.js 61 B

12345
  1. class GlobalState {
  2. }
  3. export var Global = new GlobalState()