frontend/.pnpm-store/v3/files/76/f8598d0c4c884f016a9d9fd4e03cf497e36e3aa78d87948815ee02e7c2e14fc10ce18fe2f6eaff384b8ea38525cb9b7d33cb5e6c87bc9b41e28c81889e1db7

8 lines
224 B
Plaintext

/**
Check if a project is using [Yarn](https://yarnpkg.com).
@param cwd - The current working directory. Default: `process.cwd()`.
@returns Whether the project uses Yarn.
*/
export default function (cwd?: string): boolean;