UNPKG

@ng-idle/core

Version:

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

11 lines 314 B
export declare abstract class IdleExpiry { protected idValue: any; protected idlingValue: boolean; constructor(); id(value?: any): any; abstract last(value?: Date): Date; idling(value?: boolean): boolean; now(): Date; isExpired(): boolean; } //# sourceMappingURL=idleexpiry.d.ts.map