UNPKG

ajsfw

Version:
7 lines (6 loc) 211 B
import { AjsStorage } from "./AjsStorage"; import { StorageType } from "../enums"; export declare class StorageLocal extends AjsStorage { readonly type: StorageType; initialize(): Promise<void>; }