/** * @file Npm.Internal.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ /** * For a given unscoped package, determine whether the {@link Parts | ordered parts} of * a given import specifier of the unscoped package are valid. * * @param Parts - The parts of the import specifier to test. * * @param IsScoped - Whether the parts comprise an import specifier of a scoped `npm` package. * * @returns {boolean} Whether the ordered {@link Parts | import specifier parts} are valid. */ export declare function IsValidDependencyImportSpecifierParts(Parts: ReadonlyArray, IsScoped: boolean): boolean; //# sourceMappingURL=Npm.Internal.d.ts.map