aboutsummaryrefslogtreecommitdiff
path: root/node_modules/moment/src/lib/create/local.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/moment/src/lib/create/local.js')
-rw-r--r--node_modules/moment/src/lib/create/local.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/moment/src/lib/create/local.js b/node_modules/moment/src/lib/create/local.js
deleted file mode 100644
index 732ea39..0000000
--- a/node_modules/moment/src/lib/create/local.js
+++ /dev/null
@@ -1,5 +0,0 @@
-import { createLocalOrUTC } from './from-anything';
-
-export function createLocal(input, format, locale, strict) {
- return createLocalOrUTC(input, format, locale, strict, false);
-}