UNPKG

pom

Version:

Simple node CLI Pomodoro timer

7 lines (6 loc) 146 B
module.exports = function(timer) { return function(environment) { timer.start(environment) console.log('timer start') } }