1 2 3 4 5 6
/** * Allow loading [Moment](https://momentjs.com/) (v2.25.2) like a module, using `require( 'moment' )`. * * @exports moment */ module.exports = window.moment;