UNPKG

request-to-json

Version:

Returns a JSON representation of request (supports koa/express requests props)

15 lines (14 loc) 204 B
// babel.config.js module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current', }, }, ], '@babel/preset-typescript', ], }