UNPKG

actionhero

Version:

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

14 lines (10 loc) 199 B
'use strict' module.exports = { name: '%%name%%', description: '%%description%%', example: '%%example%%', inputs: {}, run: function (api, data, next) { return next(null, true) } }