INpmContentResolver Interface

Summary

Represents a content resolver for packages installed with the npm package manager.
Namespace
Cake.Npm.Module
Implementing Types
graph BT Type["INpmContentResolver"] class Type type-node Implementing0["NpmContentResolver"]-.->Type click Implementing0 "/Cake.Npm.Module/api/Cake.Npm.Module/NpmContentResolver"

Syntax

public interface INpmContentResolver

Methods

Name Value Summary
GetFiles(PackageReference, PackageType, ModulesInstallationLocation) IReadOnlyCollection<IFile>
Returns the files installed by the given package.
GitHub Discussion