UNPKG

@khulnasoft.com/dev-tools

Version:

Development tools for Khulnasoft CMS integration

3 lines (2 loc) 182 B
import type { DevToolsServerContext, DevToolsHttpServer } from "../types"; export declare function createDevToolsHttpServer(ctx: DevToolsServerContext): Promise<DevToolsHttpServer>;