mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-24 12:11:50 +00:00
rtti & refactoring
This commit is contained in:
3
std/portable/index.d.ts
vendored
3
std/portable/index.d.ts
vendored
@ -644,3 +644,6 @@ declare namespace console {
|
||||
/** @deprecated */
|
||||
function log(message: string): void;
|
||||
}
|
||||
|
||||
/** Annotates a class as being unmanaged with limited capabilities. */
|
||||
declare function unmanaged(constructor: Function): void;
|
||||
|
Reference in New Issue
Block a user