UNPKG

chef-express

Version:

static files server = chef-express

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