Files
est-frame/node_modules/has-yarn/index.d.ts
2025-10-22 05:38:27 +00:00

8 lines
224 B
TypeScript
Executable File

/**
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;