UNPKG

mappersmith

Version:

It is a lightweight rest client for node.js and the browser

7 lines (6 loc) 205 B
import type { Middleware } from './index'; /** * Adds started_at, ended_at and duration headers to the response */ export declare const DurationMiddleware: Middleware; export default DurationMiddleware;