Uses of Class
io.github.cdklabs.projen.javascript.YarnNmHoistingLimit
-
Packages that use YarnNmHoistingLimit Package Description io.github.cdklabs.projen.javascript -
-
Uses of YarnNmHoistingLimit in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return YarnNmHoistingLimit Modifier and Type Method Description default YarnNmHoistingLimitYarnrcOptions. getNmHoistingLimits()(experimental) https://yarnpkg.com/configuration/yarnrc#nmHoistingLimits.YarnNmHoistingLimitYarnrcOptions.Jsii$Proxy. getNmHoistingLimits()static YarnNmHoistingLimitYarnNmHoistingLimit. valueOf(String name)Returns the enum constant of this type with the specified name.static YarnNmHoistingLimit[]YarnNmHoistingLimit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.cdklabs.projen.javascript with parameters of type YarnNmHoistingLimit Modifier and Type Method Description Yarnrc.BuilderYarnrc.Builder. nmHoistingLimits(YarnNmHoistingLimit nmHoistingLimits)(experimental) https://yarnpkg.com/configuration/yarnrc#nmHoistingLimits.YarnrcOptions.BuilderYarnrcOptions.Builder. nmHoistingLimits(YarnNmHoistingLimit nmHoistingLimits)Sets the value ofYarnrcOptions.getNmHoistingLimits()
-