UNPKG

vis-timeline

Version:

Create a fully customizable, interactive timeline with items and ranges.

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