aboutsummaryrefslogtreecommitdiffstats
path: root/library/moment/templates/locale-header.js
blob: f304506e68fcb35f0f398c9a28eb0f1764a25f83 (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';