MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / defineExecutorConfig

Function defineExecutorConfig

packages/core/sdk/src/config.ts:46–51  ·  view source on GitHub ↗
(
  config: ExecutorCliConfig<TDeps, TPlugins>,
)

Source from the content-addressed store, hash-verified

44 * directly. No global module augmentation needed.
45 */
46export const defineExecutorConfig = <
47 TDeps extends object,
48 const TPlugins extends readonly AnyPlugin[],
49>(
50 config: ExecutorCliConfig<TDeps, TPlugins>,
51): ExecutorCliConfig<TDeps, TPlugins> => config;

Callers 4

executor.config.tsFile · 0.90
executor.config.tsFile · 0.90
executor.config.tsFile · 0.90
executor.config.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected