Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created July 30, 2017 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yyolk/a5872bbbeed54285449b98ca2676c9a7 to your computer and use it in GitHub Desktop.
Save yyolk/a5872bbbeed54285449b98ca2676c9a7 to your computer and use it in GitHub Desktop.
dont pollute the namespace - just loads 'moment'
const moment = (function() {
const Moment = require('moment-timezone');
const MomentRange = require('moment-range');
return MomentRange.extendMoment(Moment);
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment