UNPKG

@factorialco/shadowdog

Version:

<img src="https://raw.githubusercontent.com/factorialco/shadowdog/refs/heads/main/logo.png" alt="drawing" width="100"/>

4 lines (3 loc) 221 B
import { ConfigFile } from './config'; import { ShadowdogEventEmitter } from './events'; export declare const runDaemon: (config: ConfigFile, configFilePath: string, eventEmitter: ShadowdogEventEmitter) => Promise<void>;