UNPKG

hono

Version:

Web framework built on Web Standards

10 lines (9 loc) 183 B
// src/middleware/timing/index.ts import { timing, setMetric, startTime, endTime, wrapTime } from "./timing.js"; export { endTime, setMetric, startTime, timing, wrapTime };