4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
import { Logger } from "tslog";
|
|
|
|
const log = new Logger();
|
|
export default log;
|