moment-timer icon indicating copy to clipboard operation
moment-timer copied to clipboard

Timer plugin for Moment.js that allows creation of setInterval and setTimeout-like timers.

Results 3 moment-timer issues
Sort by recently updated
recently updated
newest added

- add parameter to callback - add function to call callback directly

Since moment 2.23.0 there is no timer property on the result of `moment.duration(args)`, which breaks this plugin.

First of all let me thank you for this excellent plugin. It's very nice! As the title says, I am in the need of something a bit more complex; and...