From a631392328109126b53e5e8d07984a5016416e6c Mon Sep 17 00:00:00 2001 From: Dimitri Mitropoulos Date: Tue, 26 Aug 2025 22:16:32 -0400 Subject: [PATCH] remove default export --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index d8376c0..d50e3c7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -61,8 +61,6 @@ export function ms( ); } -export default ms; - /** * Parse the given string and return milliseconds. *