UNPKG
ng2-idle-core
Version:
latest (6.0.1)
6.0.1
ng-idle for Angular 2+ core module
github.com/hudibrian/ng2-idle.git
hudibrian/ng2-idle
ng2-idle-core
/
testing
/
mockinterruptsource.d.ts
6 lines
(5 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
InterruptSource
}
from
'@ng-idle/core'
;
export
declare
class
MockInterruptSource
extends
InterruptSource
{
constructor
(
attach
?: () =>
void
,
detach
?: () =>
void
);
trigger
(
innerArgs
?:
any
):
void
; }