UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

8 lines (7 loc) 444 B
import { RouteSchema } from "../../types/schema.mjs"; import { LucidRouteDefinition, LucidRouteDefinitionInput } from "./types.mjs"; //#region src/libs/http/create-route.d.ts declare const createRoute: <TSchema extends RouteSchema | undefined = RouteSchema | undefined>(definition: LucidRouteDefinitionInput<TSchema>) => LucidRouteDefinition<TSchema>; //#endregion export { createRoute as default }; //# sourceMappingURL=create-route.d.mts.map