Skip to content

Commit

Permalink
Removed Flow from README with v3.0.0 (date-fns#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardantao authored Dec 20, 2023
1 parent 7461f65 commit fdb7c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It's like [Lodash](https://lodash.com) for dates
- **Modular**: Pick what you need. Works with webpack, Browserify, or Rollup and also supports tree-shaking.
- **Native dates**: Uses existing native type. It doesn't extend core objects for safety's sake.
- **Immutable & Pure**: Built using pure functions and always returns a new date instance.
- **TypeScript & Flow**: Supports both Flow and TypeScript
- **TypeScript**: The library is 100% TypeScript with brand-new handcrafted types.
- **I18n**: Dozens of locales. Include only what you need.
- [and many more benefits](https://date-fns.org/)

Expand Down

0 comments on commit fdb7c7c

Please sign in to comment.