UNPKG

214 BJavaScriptView Raw
1// first check if moment.js is already loaded in the browser window, if so,
2// use this instance. Else, load via commonjs.
3module.exports = (typeof window !== 'undefined') && window['moment'] || require('moment');