mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
Expose the zonedCallback
function
This commit is contained in:

committed by
vakrilov

parent
95b521e53b
commit
46e635001f
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;
|
||||
|
||||
//@private
|
||||
declare function zonedCallback(callback: Function): Function;
|
||||
//@endprivate
|
||||
|
||||
declare class WeakRef<T> {
|
||||
constructor(obj: T);
|
||||
|
Reference in New Issue
Block a user