Closed kastermester closed 7 years ago
const myMoment = moment(); console.log(moment.preciseDiff(myMoment, myMoment, true));
I would have expected this to be an object, but it is actually a string.
fixed, many thanks!
I would have expected this to be an object, but it is actually a string.