mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
8 lines
202 B
JavaScript
8 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
|
||
|
}
|