SeverinDK / moment-timer

Timer plugin for Moment.js that allows creation of setInterval and setTimeout-like timers.
MIT License
110 stars 33 forks source link

Implement immediate execution in base #24

Closed PrincessRTFM closed 3 years ago

PrincessRTFM commented 5 years ago

If the wait period is zero or omitted, but the execute-after-wait flag is set, execute the callback immediately before starting the timer/interval.