UNPKG

@c11/engine.runtime

Version:

A runtime for engine applications

18 lines (17 loc) 740 B
export * from "./index"; declare const _default: { engine: (config?: import("@c11/engine.types").EngineConfig | undefined) => import("./engine").Engine; update: (config: import("@c11/engine.types").ViewConfig | import("@c11/engine.types").ProducerConfig) => void; producers: (list: import("@c11/engine.types").ProducersList, config?: { debug?: boolean | undefined; }) => { name: import("@c11/engine.types").ModuleNames; mount: (context: import("@c11/engine.types").ModuleContext) => Promise<void>; unmount: () => Promise<void>; }; isPath: (path: any) => any; path: any; pathFn: (...args: any[]) => (...newArgs: any[]) => any; wildcard: symbol; }; export default _default;