@undercroft/timespan
When dealing with time durations or intervals in JavaScript, it's often useful to have a reliable way to represent and manipulate them. The `Timespan` class provides a convenient and powerful solution for working with timespans in JavaScript.
javascript-timeframe
Localize date formatting, both in the past and present in human readable format, i.e 2 minutes ago, in 5 years etc.
addTimeout
Wraps a callback to handle a timeout. If the timeout occurs before the callback being called, it either uses the first argument for returning the TimeoutError (Node.JS style) or let it handle by a specialized handler