mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Merge pull request #2233 from NativeScript/expose-zonedCallback
Expose the zonedCallback function
This commit is contained in:
2
tns-core-modules/declarations.d.ts
vendored
2
tns-core-modules/declarations.d.ts
vendored
@ -146,9 +146,7 @@ declare function setInterval(callback: Function, milliseconds?: number): number;
|
|||||||
*/
|
*/
|
||||||
declare function clearInterval(id: number): void;
|
declare function clearInterval(id: number): void;
|
||||||
|
|
||||||
//@private
|
|
||||||
declare function zonedCallback(callback: Function): Function;
|
declare function zonedCallback(callback: Function): Function;
|
||||||
//@endprivate
|
|
||||||
|
|
||||||
declare class WeakRef<T> {
|
declare class WeakRef<T> {
|
||||||
constructor(obj: T);
|
constructor(obj: T);
|
||||||
|
Reference in New Issue
Block a user