UNPKG

kolenkainc-honohub

Version:

The CMS for building apps and APIs with Hono

5 lines (4 loc) 324 B
import type { AnyDrizzleDB } from "drizzle-graphql"; import type { Env, Schema } from "hono"; import type { SanitizedHub } from "../types"; export declare function createHub<Database extends AnyDrizzleDB<any>, E extends Env, P extends Schema, I extends string>(config: SanitizedHub<Database>): import("hono").Hono<E, P, I>;