UNPKG

@unito/integration-sdk

Version:

Integration SDK

6 lines (5 loc) 126 B
function start(_, res, next) { res.locals.requestStartTime = process.hrtime.bigint(); next(); } export default start;