mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Modified the http module to remove the cyclic references. Added promises.d.ts.
This commit is contained in:
3
console/console-native.d.ts
vendored
3
console/console-native.d.ts
vendored
@ -1,4 +1,5 @@
|
||||
export declare var helper_log: (message: string) => void;
|
||||
//@private
|
||||
export declare var helper_log: (message: string) => void;
|
||||
export declare var info: (message: string) => void;
|
||||
export declare var error: (message: string) => void;
|
||||
export declare var warn: (message: string) => void;
|
||||
|
Reference in New Issue
Block a user