UNPKG

nx

Version:

Smart, Fast and Extensible Build System

6 lines (5 loc) 133 B
export interface Example { command: string; description: string; } export declare const examples: Record<string, Example[]>;