moment.js 214 B

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