@curvenote/cli
Version:
CLI Client library for Curvenote
10 lines • 406 B
TypeScript
import type { ISession } from '../../../session/types.js';
import type { ArticleState } from './walkArticle.js';
type Options = {
basePath: string;
buildPath?: string;
simple?: boolean;
};
export declare function writeImagesToFiles(session: ISession, images: ArticleState['images'], options: Options): Promise<Record<string, string>>;
export {};
//# sourceMappingURL=writeImagesToFiles.d.ts.map