UNPKG

@curvenote/cli

Version:
9 lines 397 B
import type { ISession, ValidatedCurvenotePlugin } from './types.js'; import type { PluginInfo } from 'myst-config'; /** * Load user-defined plugin modules declared in the project frontmatter * * @param session session with logging */ export declare function loadProjectPlugins(session: ISession, plugins: PluginInfo[]): Promise<ValidatedCurvenotePlugin>; //# sourceMappingURL=plugins.d.ts.map