Searched refs:Storage (Results 1 – 4 of 4) sorted by relevance
43 function getStorageSync(path: string): Storage;44 function getStorage(path: string, callback: AsyncCallback<Storage>): void;45 function getStorage(path: string): Promise<Storage>;98 interface Storage {
232 export default class Storage { class
81 declare class Storage { class
1052 constructor(appStorage: AppStorage, storage: Storage);