UNPKG
mt-mappersmith
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
It is a lightweight rest client for node.js and the browser
github.com/tulios/mappersmith
mt-mappersmith
/
dist
/
middleware
/
duration.d.ts
7 lines
(6 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
Middleware
}
from
'./index'
;
/** * Adds started_at, ended_at and duration headers to the response */
export
declare
const
DurationMiddleware
:
Middleware
;
export
default
DurationMiddleware
;