1.3.3 • Published 3 years ago

@typescript-tools/monorepo-root v1.3.3

Weekly downloads
16
License
ISC
Repository
github
Last release
3 years ago

monorepo-root

License NPM Package Build Status semantic-release

Find the monorepo root directory

Install

npm install @typescript-tools/monorepo-root

API

export function monorepoRoot(
  pathInsideMonorepo?: string,
): E.Either<MonorepoRootError, string>