Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/yaml/types/timestamp.js')
-rw-r--r--assets/node_modules/yaml/types/timestamp.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/node_modules/yaml/types/timestamp.js b/assets/node_modules/yaml/types/timestamp.js
new file mode 100644
index 0000000..924911a
--- /dev/null
+++ b/assets/node_modules/yaml/types/timestamp.js
@@ -0,0 +1,10 @@
+'use strict'
+Object.defineProperty(exports, '__esModule', { value: true })
+
+var ts = require('../dist/tags/yaml-1.1/timestamp')
+exports.default = [ts.intTime, ts.floatTime, ts.timestamp]
+exports.floatTime = ts.floatTime
+exports.intTime = ts.intTime
+exports.timestamp = ts.timestamp
+
+require('../dist/warnings').warnFileDeprecation(__filename)