8 lines
202 B
JavaScript
Raw Normal View History

2020-10-17 18:42:50 +02:00
var parseFormat = require('./lib/parseformat')
module.exports = parseFormat
/* istanbul ignore next */
if (typeof window !== 'undefined' && window.moment) {
window.moment.parseFormat = parseFormat
}