vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 lines
214 B

  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');