UNPKG

reach-deconstruct-api

Version:

A desconstructed, extendable API framework, requiring the minimum of work to get things done

7 lines (6 loc) 126 B
const R = require ( 'ramda' ); module.exports = R.curry ( ( utils, req, res ) => { res.send({ "hello": "wor;d" }) });