UNPKG

starty

Version:

a lightweight framework which helps building modular and configurable Node.js applications

9 lines (6 loc) 145 B
'use strict' const {startTimers,initializeTimers} = require('./construct'); module.exports = { startTimers, initializeTimers }