From 77caa8ca0916d058238b18643b5bf95aa0c9f31d Mon Sep 17 00:00:00 2001 From: Ryu Sato Date: Thu, 18 Dec 2025 00:10:52 +0900 Subject: [PATCH] fix: typescript 2309 error --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 1568e92..a603894 100644 --- a/index.d.ts +++ b/index.d.ts @@ -108,5 +108,5 @@ declare module "human-format" { const humanFormat: HumanFormat; - export = humanFormat; + export default humanFormat; }