repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
resources
/
src
/
moment
/
moment-module.js
blob
775d99babed4d514fda73c45773d6238778b02da
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;