webadmin/bower_components/moment/templates/test-header.js
2017-06-22 15:48:15 +03:00

6 lines
324 B
JavaScript

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