Function: isPackageDeclaredInNearestManifest()
function isPackageDeclaredInNearestManifest(
filePath: string,
packageName: string
): boolean;
Defined in: _internal/package-manifest.ts:110
Check whether a package is declared in the nearest package manifest.
Parametersโ
filePathโ
string
packageNameโ
string
Returnsโ
boolean