UNPKG

hono-alibaba-cloud-fc3-adapter

Version:

An adapter for using Hono with Alibaba Cloud Function Compute 3.0

7 lines (6 loc) 156 B
/** * @module * Alibaba Cloud Function Compute 3 Adapter for Hono. */ export { handle } from "./handler"; export { handle as default } from "./handler";