Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / moment / moment-module.js
blob775d99babed4d514fda73c45773d6238778b02da
1 /**
2  * Allow loading [Moment](https://momentjs.com/) (v2.25.2) like a module, using `require( 'moment' )`.
3  *
4  * @exports moment
5  */
6 module.exports = window.moment;