@omostan/ngx-idle
Version:
A module for responding to idle users in Angular applications. this is a forked version of the original @ng-Idle
12 lines • 406 B
TypeScript
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