You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
443 B
JavaScript
34 lines
443 B
JavaScript
import moment from './node_modules/moment';
|
|
|
|
export const {
|
|
fn,
|
|
min,
|
|
max,
|
|
now,
|
|
utc,
|
|
unix,
|
|
months,
|
|
isDate,
|
|
locale,
|
|
invalid,
|
|
duration,
|
|
isMoment,
|
|
weekdays,
|
|
parseZone,
|
|
localeData,
|
|
isDuration,
|
|
monthsShort,
|
|
weekdaysMin,
|
|
defineLocale,
|
|
updateLocale,
|
|
locales,
|
|
weekdaysShort,
|
|
normalizeUnits,
|
|
relativeTimeRounding,
|
|
relativeTimeThreshold,
|
|
calendarFormat,
|
|
ISO_8601,
|
|
} = moment;
|
|
|
|
export default moment;
|