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