1
2
3
4
5
import { FileIdentSchema, FileIdentSchemaProper, getFileBody } from "https://esm.town/v/mharris717/getFileBody";
import { makeHonoTool } from "https://esm.town/v/mharris717/makeHonoTool";
const app = makeHonoTool(getFileBody, FileIdentSchemaProper);
export default app.fetch;