Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/helper/factory/index.ts>createFactory

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

type

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