Skip to content

Commit

Permalink
feat: export isEqualDate
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadam committed Nov 24, 2022
1 parent bd75af2 commit 3a110af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// array
export { areSame } from "./are-same";
export { isEqualDate } from "./is-equal-date";
import countItems from "./array/countItems";
import hasDuplicates from "./array/hasDuplicates";
import isArray from "./array/isArray";
Expand Down

0 comments on commit 3a110af

Please sign in to comment.