mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-16 07:38:07 +09:00
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
|
import Logger from '../misc/logger';
|
||
|
|
||
|
export const queueLogger = new Logger('queue', 'orange');
|