| Conditions | 6 |
| Paths | 24 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | //! moment.js locale configuration |
||
| 5 | ;(function (global, factory) { |
||
| 6 | typeof exports === 'object' && typeof module !== 'undefined' |
||
| 7 | && typeof require === 'function' ? factory(require('../moment')) : |
||
| 8 | typeof define === 'function' && define.amd ? define(['../moment'], factory) : |
||
| 9 | factory(global.moment) |
||
| 10 | }(this, function (moment) { 'use strict'; |
||
| 11 | |||
| 58 | })); |