This is a plugin for Moment.js that allows the use of intervals and timeouts.
It's basically a rewrite of JavaScripts own setInterval and setTimeout.
This timer offer much more control than the native JavaScript timers.
By enabling the loop attribute, the timer will behave like an interval.
Not setting the loop attribute will make it behave like a timeout.