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.

5 lines
279 B

  1. (function (global, factory) {
  2. typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../moment')) :
  3. typeof define === 'function' && define.amd ? define(['moment'], factory) :
  4. factory(global.moment)
  5. }(this, function (moment) { 'use strict';