UNPKG

@omostan/ngx-idle

Version:

A module for responding to idle users in Angular applications. this is a forked version of the original @ng-Idle

11 lines 324 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