UNPKG

hono

Version:

Web framework built on Web Standards

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