@ng-idle/core
Version:
A module for detecting and responding to the user becoming idle in Angular applications.
13 lines • 457 B
TypeScript
import * as i0 from "@angular/core";
export declare class LocalStorage {
private storage;
constructor();
private getStorage;
getItem(key: string): string | null;
removeItem(key: string): void;
setItem(key: string, data: string): void;
_wrapped(): Storage;
static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorage, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorage>;
}
//# sourceMappingURL=localstorage.d.ts.map