UNPKG

chef-socket

Version:

static files server + websockets = chef-socket

8 lines (7 loc) 274 B
import { type Config, config as baseConfig } from "chef-core"; export { baseConfig as config, type Config }; export { chat } from "./chat"; export declare function cook( config?: Partial<Config>, ): Promise<import("chef-core").Server>; //# sourceMappingURL=index.d.ts.map