chore: typings fix

This commit is contained in:
Martin Guillon
2021-09-30 09:20:55 +02:00
parent f7145d9fc2
commit 162e09bc68
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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