UNPKG

345 BJavaScriptView Raw
1'use strict'
2Object.defineProperty(exports, '__esModule', { value: true })
3
4const ts = require('../dist/tags/yaml-1.1/timestamp')
5exports.default = [ts.intTime, ts.floatTime, ts.timestamp]
6exports.floatTime = ts.floatTime
7exports.intTime = ts.intTime
8exports.timestamp = ts.timestamp
9
10require('../dist/warnings').warnFileDeprecation(__filename)