UNPKG

@aws-amplify/core

Version:
15 lines (14 loc) 314 B
/** @class */ export default class StorageHelper { private storageWindow; /** * This is used to get a storage object * @returns {object} the storage */ constructor(); /** * This is used to return the storage * @returns {object} the storage */ getStorage(): any; }