summaryrefslogtreecommitdiff
path: root/date-fns/src/fp/endOfMonth/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'date-fns/src/fp/endOfMonth/index.js')
-rw-r--r--date-fns/src/fp/endOfMonth/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/date-fns/src/fp/endOfMonth/index.js b/date-fns/src/fp/endOfMonth/index.js
new file mode 100644
index 0000000..6e54f05
--- /dev/null
+++ b/date-fns/src/fp/endOfMonth/index.js
@@ -0,0 +1,8 @@
+// This file is generated automatically by `scripts/build/fp.js`. Please, don't change it.
+
+import fn from '../../endOfMonth/index'
+import convertToFP from '../_lib/convertToFP/index'
+
+var endOfMonth = convertToFP(fn, 1)
+
+export default endOfMonth