Skip to content

Commit

Permalink
feat: remove double import of longFormatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalaforge committed Apr 16, 2024
1 parent 5c1adb5 commit 92eac06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse/index.ts
Expand Up @@ -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.
Expand Down

0 comments on commit 92eac06

Please sign in to comment.