3 lines
114 B
TypeScript
3 lines
114 B
TypeScript
export declare function PRINT_ERROR(msg: string): void;
|
|
export declare function PRINT_WARNING(msg: string): void;
|