@curvenote/cli
Version:
CLI Client library for Curvenote
8 lines • 327 B
TypeScript
import type { ISession, ValidatedCurvenotePlugin } from './types.js';
/**
* Load user-defined plugin modules declared in the project frontmatter
*
* @param session session with logging
*/
export declare function loadProjectPlugins(session: ISession): Promise<ValidatedCurvenotePlugin>;
//# sourceMappingURL=plugins.d.ts.map