UNPKG

@ng-idle/core

Version:

A module for detecting and responding to the user becoming idle in Angular applications.

12 lines 395 B
export declare class AlternativeStorage implements Storage { private storageMap; get length(): number; clear(): void; getItem(key: string): string | null; key(index: number): string | null; removeItem(key: string): void; setItem(key: string, value: string): void; [key: string]: any; [index: number]: string; } //# sourceMappingURL=alternativestorage.d.ts.map