Files

10 lines
183 B
JavaScript
Raw Permalink Normal View History

2026-03-12 12:47:56 +08:00
// src/middleware/timing/index.ts
import { timing, setMetric, startTime, endTime, wrapTime } from "./timing.js";
export {
endTime,
setMetric,
startTime,
timing,
wrapTime
};