myst-cli
Version:
Command line tools for MyST
5 lines • 319 B
TypeScript
import type { VFile } from 'vfile';
import type { ISession } from '../session/types.js';
export declare function logMessagesFromVFile(session: ISession, file?: VFile): void;
export declare function writeJsonLogs(session: ISession, name: string, logData: Record<string, any>): void;
//# sourceMappingURL=logging.d.ts.map