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