exported as default
This commit is contained in:
parent
fe12da748a
commit
1338067250
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { getTime } from '@thundernetworkrad/time';
|
|||
import { log } from '@thundernetworkrad/logs';
|
||||
import chalk from "chalk";
|
||||
|
||||
export class cout {
|
||||
export default class cout {
|
||||
private debugLevel: number
|
||||
private file: boolean
|
||||
private emoji: boolean
|
||||
|
|
Loading…
Reference in a new issue