@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.

node-red-contrib-timeframerlt

A Trigger and Rate Limit Node to pass messages if user count has been met within a defined user time frame.

node-red-contrib-topic-timeframe-trigger

Node-RED node which observes input topics and only produces an output if n distinct topics are received n times each within the specified time frame.

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