short-url/public/vendor/moment/templates/locale-header.js

7 lines
319 B
JavaScript
Raw Normal View History

2020-07-01 08:57:45 +00:00
;(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';