export class GlobalData { token = '' constructor() { if (GlobalData.instance) { return GlobalData.instance; } GlobalData.instance = this; } }