Skip to main content
Module

x/hono/helper.ts>createFactory

Web Framework built on Web Standards
Extremely Popular
Go to Latest
variable createFactory
import { createFactory } from "https://deno.land/x/hono@v4.3.7/helper.ts";

type

<E extends Env = any, P extends string = any>(init?: { initApp?: InitApp<E>; }) => Factory<E, P>