mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 01:41:30 +00:00
if that's what's necessary
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
// @ts-ignore: decorator
|
||||
@builtin export declare function ERROR(message?: string): void;
|
||||
@builtin
|
||||
export declare function ERROR(message?: string): void;
|
||||
|
||||
// @ts-ignore: decorator
|
||||
@builtin export declare function WARNING(message?: string): void;
|
||||
@builtin
|
||||
export declare function WARNING(message?: string): void;
|
||||
|
||||
// @ts-ignore: decorator
|
||||
@builtin export declare function INFO(message?: string): void;
|
||||
@builtin
|
||||
export declare function INFO(message?: string): void;
|
||||
|
Reference in New Issue
Block a user