Home > @microsoft/rush-lib > RushConfiguration > getCommittedShrinkwrapFilename
RushConfiguration.getCommittedShrinkwrapFilename() method
Gets the committed shrinkwrap file name for a specific variant.
Signature:
getCommittedShrinkwrapFilename(variant?: string | undefined): string;
Parameters
Parameter | Type | Description |
---|---|---|
variant | string | undefined | (Optional) The name of the current variant in use by the active command. |
Returns:
string