Files
CreaBook/node_modules/hono/dist/helper/accepts/index.js
2026-04-05 03:08:53 +02:00

6 lines
93 B
JavaScript

// src/helper/accepts/index.ts
import { accepts } from "./accepts.js";
export {
accepts
};