myst-cli
Version:
Command line tools for MyST
8 lines • 430 B
TypeScript
import type { ISession } from '../../session/index.js';
import type { ExportFnOptions, ExportWithInputOutput } from '../types.js';
export type RunExportOptions = ExportFnOptions & {
watch?: boolean;
throwOnFailure?: boolean;
};
export declare function localArticleExport(session: ISession, exportOptionsList: ExportWithInputOutput[], opts: RunExportOptions): Promise<void>;
//# sourceMappingURL=localArticleExport.d.ts.map