diff --git a/src/index.ts b/src/index.ts index aa99f9c..84edde4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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