if that's what's necessary

This commit is contained in:
dcode
2019-03-14 06:09:49 +01:00
parent a5e14a0eaa
commit 84ddd97761
25 changed files with 1845 additions and 769 deletions

View File

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