getPackageFileName.d.ts 223 Bytes Raw Blame History Permalink 1 2 3 4 5 6 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;