@curvenote/cli
Version:
CLI Client library for Curvenote
7 lines • 483 B
TypeScript
import type { VersionId } from '@curvenote/blocks';
import type { ISession } from '../../../session/types.js';
import type { ArticleState } from './walkArticle.js';
export declare const remoteExportWrapper: (exportRemoteArticle: (session: ISession, id: VersionId, opts: {
filename: string;
}) => Promise<ArticleState | void>) => (session: ISession, path: string, filename: string, opts?: Record<string, string>) => Promise<void>;
//# sourceMappingURL=remoteExportWrapper.d.ts.map