diff --git a/src/utils/log.ts b/src/utils/log.ts index dd861c4..b1c6f1f 100644 --- a/src/utils/log.ts +++ b/src/utils/log.ts @@ -3,22 +3,6 @@ import * as path from 'path'; import 'colorts/lib/string'; -interface CallSite { - getThis(): unknown; - getTypeName(): string | null; - getFunction(): Function | undefined; - getFunctionName(): string | null; - getMethodName(): string | null; - getFileName(): string | null; - getLineNumber(): number | null; - getColumnNumber(): number | null; - getEvalOrigin(): string | undefined; - isToplevel(): boolean; - isEval(): boolean; - isNative(): boolean; - isConstructor(): boolean; -} - /* helper fns */