mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Experimental decorator added
This commit is contained in:
1
declarations.d.ts
vendored
1
declarations.d.ts
vendored
@@ -103,6 +103,7 @@ declare var require: NativeScriptRequire;
|
||||
|
||||
// Global functions
|
||||
declare function Deprecated(target: Object, key?: string | symbol, value?: any): void;
|
||||
declare function Experimental(target: Object, key?: string | symbol, value?: any): void;
|
||||
|
||||
declare function Log(data: any): void;
|
||||
declare function log(data: any): void;
|
||||
|
||||
Reference in New Issue
Block a user