1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-18 00:28:16 +09:00
hotomoe/src/remote/logger.ts
Acid Chicken (硫酸鶏) b323a160e3
Follow #3676
2019-03-14 01:20:25 +09:00

4 lines
100 B
TypeScript

import Logger from '../services/logger';
export const remoteLogger = new Logger('remote', 'cyan');