UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

35 lines (34 loc) 1.04 kB
export declare const BRAND = "\u25AA\u25AB\u25AA Pastoralist"; export declare const ICON: { readonly success: string; readonly error: string; readonly warning: string; readonly info: string; readonly arrow: string; readonly bullet: string; readonly check: string; readonly CHECK: string; readonly SHIELD: string; readonly step: string; readonly section: string; readonly search: string; readonly edit: string; readonly folder: string; readonly skip: string; readonly help: string; readonly hint: string; }; export declare const PREFIX: { readonly success: string; readonly error: string; readonly warning: string; readonly info: string; readonly step: string; readonly save: string; readonly next: string; }; export declare const STEP: { readonly config: `${string} Step 1: Configuration Location`; readonly workspace: `${string} Step 2: Workspace Configuration`; readonly security: `${string} Step 3: Security Configuration`; };