UNPKG

identify-monorepo-root

Version:

Find the root directory of a monorepo from anywhere inside it.

2 lines (1 loc) 87 B
export declare const identifyMonorepoRoot: (startDirectory?: string) => string | null;