mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
New BCL approach & BuildTasks
This commit is contained in:
9
declarations.d.ts
vendored
Normal file
9
declarations.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// Global functions
|
||||
declare function Log(data: any): void;
|
||||
declare function log(data: any): void;
|
||||
declare function float(num: number): any;
|
||||
declare function long(num: number): any;
|
||||
declare function fail(data: any): void;
|
||||
|
||||
// TODO: Declaration for the missing asynchronous API
|
||||
declare function runAsync(operation: () => any, onComplete?: () => any);
|
||||
Reference in New Issue
Block a user