getPackageFileName.d.ts 223 Bytes
import { Options } from '../types';
/**
 * Gets the name of the package file based on --packageFile or --packageManager.
 */
declare function getPackageFileName(options: Options): string;
export default getPackageFileName;