GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: //usr/local/lib/node_modules/firebase-tools/node_modules/has-yarn/index.d.ts
declare const hasYarn: {
	/**
	 * Check if a project is using [Yarn](https://yarnpkg.com).
	 *
	 * @param cwd - Current working directory. Default: `process.cwd()`.
	 * @returns Whether the project uses Yarn.
	 */
	(cwd?: string): boolean;

	// TODO: Remove this for the next major release, refactor the whole definition to:
	// declare function hasYarn(cwd?: string): boolean;
	// export = hasYarn;
	default: typeof hasYarn;
};

export = hasYarn;