UNPKG

myst-cli

Version:
4 lines 271 B
import type { ISession } from '../../session/types.js'; import type { ProcessSiteOptions } from '../../process/site.js'; export declare function watchContent(session: ISession, serverReload: () => void, opts: ProcessSiteOptions): void; //# sourceMappingURL=watch.d.ts.map