UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

9 lines (8 loc) 252 B
export declare const TREE_CHARS: { readonly pipe: "│"; readonly branch: "├──"; readonly last: "└──"; readonly indent: " "; }; export declare const EMPTY_TREE_PREFIX = " "; export declare const NOTICE_BOX_PADDING = 2;