aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/moment/moment-module.js
blob: 775d99babed4d514fda73c45773d6238778b02da (plain) (blame)
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;