UNPKG

@mantris/appify

Version:
10 lines (8 loc) 197 B
'use strict' /** * @param {import('@bugsnag/js').Bugsnag.Client} client * @return {Function} Middleware. */ module.exports = (client) => { return client.getPlugin('express').requestHandler }