UNPKG

myst-cli

Version:
7 lines 371 B
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