UNPKG

restana

Version:

Super fast and minimalist web framework for building REST micro-services.

12 lines (9 loc) 183 B
'use strict' const apm = require('./apm-base') /** * New Relic APM custom instrumentation * * Supported features: * - route names */ module.exports = (options) => apm(options)