Timer à rebours avec Moment JS

var timer = moment.duration(5, "seconds").timer({loop: true}, function() {
  // Callback
});
Long Loris