mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
chore: typings fix
This commit is contained in:
@ -12,7 +12,7 @@ declare var gc: () => void;
|
|||||||
/**
|
/**
|
||||||
* Returns the version of the runtime.
|
* Returns the version of the runtime.
|
||||||
*/
|
*/
|
||||||
declare function __runtimeVersion: string;
|
declare const __runtimeVersion: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Releases the reference to the wrapped native object
|
* Releases the reference to the wrapped native object
|
||||||
|
2
packages/types-ios/src/lib/ios/runtime.d.ts
vendored
2
packages/types-ios/src/lib/ios/runtime.d.ts
vendored
@ -5,7 +5,7 @@
|
|||||||
/**
|
/**
|
||||||
* Returns the version of the runtime.
|
* Returns the version of the runtime.
|
||||||
*/
|
*/
|
||||||
declare function __runtimeVersion: string;
|
declare const __runtimeVersion: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Triggers garbage collection in JavaScript
|
* Triggers garbage collection in JavaScript
|
||||||
|
Reference in New Issue
Block a user