Clone
dayjs.duration().clone();
Create a clone of a duration. Durations are immutable, just like Day.js object objects. Still, this lets you get a snapshot, at some point in time.
dayjs.duration().clone();
Create a clone of a duration. Durations are immutable, just like Day.js object objects. Still, this lets you get a snapshot, at some point in time.