Description
Yet another cron clone – but this one is better :o) - new improved syntax – milliseconds resolution – both for node JS and browser
Keywords
Publisher
Description
a very simple function to stringify any huge number of seconds. give it million seconds and it tells you how many days, hours, minutes and seconds in a pretty string.
Keywords
Publisher
Description
Simple hh:mm:ss time formatting utility
Keywords
Publisher
Description
thin wrapper around process.hrtime
Keywords
- hrtime
- hirestimer
- milliseconds
- seconds
- nanoseconds
- high resolution timer
- profiling
- profiler
- timing
- measurement
Publisher
Description
Convenience method to patch Chromium bug when getting duration of HTML5 video or audio Blob.
Keywords
Publisher
Description
Library for converting duration string to ms
Keywords
Publisher
Description
Modern version of setInterval for promises and async functions available in Node.js and browsers.
Keywords
- setInterval
- setTimeout
- clearInterval
- clearTimeout
- interval
- timeout
- milliseconds
- seconds
- promise
- promises
- async
- asynchronous
- await
- recurrent
- View more
Publisher
Description
A package to calculate the time passed since another timestamp
Keywords
Publisher
Description
Converts a given string, number, or Date object to the number of milliseconds since the Unix epoch, provided that it can be recognized as millisecond, second, or microsecond time within a specified range from the current date.
Keywords
Publisher
Description
Convert seconds/minutes/hours/days/weeks/months/years to milliseconds with a simple line! # Installation ``` npm i mseasy ``` # Example ```js const mseasy = require('mseasy');
Keywords
Publisher
Description
Convert the result of `process.hrtime()` to seconds, milliseconds, nanoseconds