UNPKG

ancesdir

Version:

Find a specific ancestor/root directory given a starting location and a search parameter

3 lines (2 loc) 92 B
declare function ancesdir(from?: string, marker?: string): string; export default ancesdir;