Uses of Class
io.github.cdklabs.projen.javascript.YarnNmMode
-
Packages that use YarnNmMode Package Description io.github.cdklabs.projen.javascript -
-
Uses of YarnNmMode in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return YarnNmMode Modifier and Type Method Description default YarnNmModeYarnrcOptions. getNmMode()(experimental) https://yarnpkg.com/configuration/yarnrc#nmMode.YarnNmModeYarnrcOptions.Jsii$Proxy. getNmMode()static YarnNmModeYarnNmMode. valueOf(String name)Returns the enum constant of this type with the specified name.static YarnNmMode[]YarnNmMode. 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 YarnNmMode Modifier and Type Method Description Yarnrc.BuilderYarnrc.Builder. nmMode(YarnNmMode nmMode)(experimental) https://yarnpkg.com/configuration/yarnrc#nmMode.YarnrcOptions.BuilderYarnrcOptions.Builder. nmMode(YarnNmMode nmMode)Sets the value ofYarnrcOptions.getNmMode()
-