Parse milliseconds into an object
Convert the process.hrtime() array to a single nanoseconds value. This makes it easier to diff times.
Millisecond conversions for common date units (seconds, minutes, hours etc).
Convert the result of `process.hrtime.bigint()` to seconds, milliseconds, nanoseconds
The max amount of milliseconds you can pass to `setTimeout()`
Convert various time formats to milliseconds and throw if result is NaN
A tiny (414B) and fast utility to convert milliseconds to and from strings.
Big time makes it possible to have a timeout that is longer than 24.8 days (2^31-1 milliseconds).
Creates a local connection to CrossBrowserTesting.com which allows you to test sites behind your firewall or to access web pages that are saved locally on your machine. In just a few seconds, you can establish a connection which allows you to do live test
Times the duration of each of your grunt tasks automatically and outputs the execution time in milliseconds to the console after each task (or optionally, at the end). It also logs the total time for all logged tasks.
A callbag listenable source that sends incremental numbers every x milliseconds
Date class that supports up to nano seconds
Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked