mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
4 lines
64 B
TypeScript
4 lines
64 B
TypeScript
|
|
export function log(...args: any[]) {
|
|
console.log(...args);
|
|
} |