Variable localForageDriversConst

localForageDrivers: {
    INDEXEDDB: string;
    LOCALSTORAGE: string;
    WEBSQL: string;
} = ...