dockerized_openAger/nodered/rootfs/data/node_modules/moment-parseformat/index.js

8 lines
202 B
JavaScript
Raw Permalink Normal View History

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