mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Update setInterval
This commit is contained in:
Vendored
+6
@@ -145,6 +145,12 @@ declare module angular.idle {
|
||||
* Performs one ping only.
|
||||
*/
|
||||
ping(): void;
|
||||
|
||||
/**
|
||||
* Changes the interval value at runtime.
|
||||
* You will need to restart the pinging process by calling start() manually for the changes to be reflected.
|
||||
*/
|
||||
setInterval(seconds: number): void;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user