diff --git a/src/types.ts b/src/types.ts index e2b07f9..da54d1c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -50,7 +50,6 @@ export interface Debug { formatArgs: (this: Debugger, args: [string, ...any[]]) => void log: (...args: any[]) => void selectColor: (namespace: string) => string | number - // humanize: typeof import('ms') names: string[] skips: string[]