UNPKG

identify-monorepo-root

Version:

Find the root directory of any given monorepo (works with npm, yarn, pnpm, turbo, etc.)

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