UNPKG

@curvenote/cli

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