summaryrefslogtreecommitdiff
path: root/node_modules/moment/src/lib/locale/pre-post-format.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/moment/src/lib/locale/pre-post-format.js')
-rw-r--r--node_modules/moment/src/lib/locale/pre-post-format.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/moment/src/lib/locale/pre-post-format.js b/node_modules/moment/src/lib/locale/pre-post-format.js
new file mode 100644
index 0000000..3551dba
--- /dev/null
+++ b/node_modules/moment/src/lib/locale/pre-post-format.js
@@ -0,0 +1,3 @@
+export function preParsePostFormat(string) {
+ return string;
+}