UNPKG

actionhero

Version:

actionhero.js is a multi-transport API Server with integrated cluster capabilities and delayed tasks

9 lines (6 loc) 107 B
module.exports = { initialize: function(api, next){ api.test_initializer = 'OK'; next(); } }