From 503f80edc8cd5e8ffc27a07fe9b735988d346574 Mon Sep 17 00:00:00 2001 From: Kevin Deng Date: Wed, 12 Nov 2025 06:09:40 +0800 Subject: [PATCH] chore: remove `humanize` comment --- src/types.ts | 1 - 1 file changed, 1 deletion(-) 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[] -- 2.51.2