myst-cli
Version:
Command line tools for MyST
7 lines • 371 B
TypeScript
import type { ISession } from '../session/types.js';
import type { LocalProject, SlugOptions } from './types.js';
/**
* Build project structure from local file/folder structure.
*/
export declare function projectFromPath(session: ISession, path: string, indexFile?: string, opts?: SlugOptions): Omit<LocalProject, 'bibliography'>;
//# sourceMappingURL=fromPath.d.ts.map