mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
chore: typings fix
This commit is contained in:
@ -12,7 +12,7 @@ declare var gc: () => void;
|
||||
/**
|
||||
* Returns the version of the runtime.
|
||||
*/
|
||||
declare function __runtimeVersion: string;
|
||||
declare const __runtimeVersion: string;
|
||||
|
||||
/**
|
||||
* Releases the reference to the wrapped native object
|
||||
|
Reference in New Issue
Block a user