TreasureTrails/node_modules/hono/dist/helper/accepts/index.js

6 lines
93 B
JavaScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
// src/helper/accepts/index.ts
import { accepts } from "./accepts.js";
export {
accepts
};