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; }