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.