export class SZYXLocalStorageHelper{ private constructor() { } public static storage: LocalStorage = new LocalStorage(); }