mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
globals module added with setTimeout implementation for both iOS and Android
This commit is contained in:
4
globals/globals.d.ts
vendored
Normal file
4
globals/globals.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* global functions.
|
||||
*/
|
||||
export declare function setTimeout(callback: Function, milliseconds: number): void;
|
||||
Reference in New Issue
Block a user