UNPKG

370 BTypeScriptView Raw
1export declare class StorageHelper {
2 private storageWindow;
3 /**
4 * This is used to get a storage object
5 * @returns {object} the storage
6 */
7 constructor();
8 /**
9 * This is used to return the storage
10 * @returns {object} the storage
11 */
12 getStorage(): any;
13}
14/**
15 * @deprecated use named import
16 */
17export default StorageHelper;