UNPKG

nx

Version:

Smart, Fast and Extensible Build System

4 lines (3 loc) 287 B
import type { CommunityPlugin, PluginCapabilities } from './models'; export declare function fetchCommunityPlugins(): Promise<CommunityPlugin[]>; export declare function listCommunityPlugins(installedPlugins: Map<string, PluginCapabilities>, communityPlugins?: CommunityPlugin[]): void;