UNPKG

@navarrotech/servefunctions

Version:

If you're used to writing serverless functions in individual files, but need to write them on an express.js app, this package makes that easy.

6 lines (4 loc) 118 B
console.log('Hello world from functions index!') module.exports = function(){ console.log("I am being summoned") }