moment.js (moment-2.29.3) | : | moment.js (moment-2.29.4) | ||
---|---|---|---|---|
//! moment.js | //! moment.js | |||
//! version : 2.29.3 | //! version : 2.29.4 | |||
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors | //! authors : Tim Wood, Iskren Chernev, Moment.js contributors | |||
//! license : MIT | //! license : MIT | |||
//! momentjs.com | //! momentjs.com | |||
import { hooks as moment, setHookCallback } from './lib/utils/hooks'; | import { hooks as moment, setHookCallback } from './lib/utils/hooks'; | |||
moment.version = '2.29.3'; | moment.version = '2.29.4'; | |||
import { | import { | |||
min, | min, | |||
max, | max, | |||
now, | now, | |||
isMoment, | isMoment, | |||
momentPrototype as fn, | momentPrototype as fn, | |||
createUTC as utc, | createUTC as utc, | |||
createUnix as unix, | createUnix as unix, | |||
createLocal as local, | createLocal as local, | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |