From 92eac06ff0fcec85167622d97816de6037609bfb Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 16 Apr 2024 16:20:37 +0200 Subject: [PATCH] feat: remove double import of longFormatter --- src/parse/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse/index.ts b/src/parse/index.ts index 329c538c50..fb19906d82 100644 --- a/src/parse/index.ts +++ b/src/parse/index.ts @@ -21,7 +21,7 @@ import type { ParseFlags, ParserOptions } from "./_lib/types.js"; // Rexports of internal for libraries to use. // See: https://github.com/date-fns/date-fns/issues/3638#issuecomment-1877082874 -export { longFormatters, parsers }; +export { parsers }; /** * The {@link parse} function options.