UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

6 lines 202 B
export interface AgentRulesOptions { nxCloud: boolean; useH1?: boolean; } export declare function getAgentRules(options: AgentRulesOptions): string; //# sourceMappingURL=get-agent-rules.d.ts.map