UNPKG

pom

Version:

Simple node CLI Pomodoro timer

7 lines (6 loc) 124 B
module.exports = function(timer) { return function(){ timer.stop() console.log('pomodoro stop') } }