UNPKG

moment-parseformat

Version:

A moment.js plugin to extract the format of a date/time string

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