mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Merge pull request #870 from NativeScript/async-declaration
async declaration removed
This commit is contained in:
2
utils/utils.d.ts
vendored
2
utils/utils.d.ts
vendored
@ -109,8 +109,6 @@
|
|||||||
*/
|
*/
|
||||||
export function getPalleteColor(name: string, context: android.content.Context): number;
|
export function getPalleteColor(name: string, context: android.content.Context): number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function async<T>(doInBackground: () => T, callback: (result: T) => void);
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Module with ios specific utilities.
|
* Module with ios specific utilities.
|
||||||
|
Reference in New Issue
Block a user