Searched defs:findUpRoot (Results 1 – 2 of 2) sorted by relevance
29 export const findUpRoot = () => findUpRootCache || (findUpRootCache = dirname(findUpFile("Gulpfile.… function
19 export const findUpRoot: { (): string; cached?: string; } = () => constant