This commit is contained in:
dcode
2019-03-14 05:11:03 +01:00
parent 6163a73ab5
commit a5e14a0eaa
24 changed files with 739 additions and 102 deletions

View File

@ -1,3 +1,8 @@
// @ts-ignore: decorator
@builtin export declare function ERROR(message?: string): void;
// @ts-ignore: decorator
@builtin export declare function WARNING(message?: string): void;
// @ts-ignore: decorator
@builtin export declare function INFO(message?: string): void;