Skip to content

Commit

Permalink
feature: isMatchStrictMode
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusFelizardo committed Apr 24, 2024
1 parent 5c1adb5 commit d454208
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export * from "./isFuture/index.js";
export * from "./isLastDayOfMonth/index.js";
export * from "./isLeapYear/index.js";
export * from "./isMatch/index.js";
export * from "./isMatchStrictMode/index.js";
export * from "./isMonday/index.js";
export * from "./isPast/index.js";
export * from "./isSameDay/index.js";
Expand Down

0 comments on commit d454208

Please sign in to comment.