UNPKG

ng2-idle-core

Version:

ng-idle for Angular 2+ core module

10 lines (9 loc) 251 B
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; }