penghitung waktu mundur dengan momen js

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