UNPKG

@curvenote/cli

Version:
4 lines 286 B
import type { CurvenotePlugin, ValidatedCurvenotePlugin } from './types.js'; export declare function combinePlugins(plugins: CurvenotePlugin[]): ValidatedCurvenotePlugin; export declare function getBuiltInPlugins(): ValidatedCurvenotePlugin; //# sourceMappingURL=builtinPlugins.d.ts.map