NewsBlur/node/node_modules/moment-parseformat/index.js
2019-04-13 14:44:10 -04:00

7 lines
202 B
JavaScript

var parseFormat = require('./lib/parseformat')
module.exports = parseFormat
/* istanbul ignore next */
if (typeof window !== 'undefined' && window.moment) {
window.moment.parseFormat = parseFormat
}