UNPKG

@visulima/package

Version:

One Package to rule them all, finds your root-dir, monorepo, or package manager.

5 lines (3 loc) 189 B
declare const findPackageRoot: (cwd?: URL | string) => Promise<string>; declare const findPackageRootSync: (cwd?: URL | string) => string; export { findPackageRoot, findPackageRootSync };