Uses of Interface
io.github.cdklabs.projen.javascript.YarnNpmScope
-
Packages that use YarnNpmScope Package Description io.github.cdklabs.projen.javascript -
-
Uses of YarnNpmScope in io.github.cdklabs.projen.javascript
Classes in io.github.cdklabs.projen.javascript that implement YarnNpmScope Modifier and Type Class Description static classYarnNpmScope.Jsii$ProxyAn implementation forYarnNpmScopeMethods in io.github.cdklabs.projen.javascript that return YarnNpmScope Modifier and Type Method Description YarnNpmScopeYarnNpmScope.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.javascript that return types with arguments of type YarnNpmScope Modifier and Type Method Description default Map<String,YarnNpmScope>YarnrcOptions. getNpmScopes()(experimental) https://yarnpkg.com/configuration/yarnrc#npmScopes.Map<String,YarnNpmScope>YarnrcOptions.Jsii$Proxy. getNpmScopes()Method parameters in io.github.cdklabs.projen.javascript with type arguments of type YarnNpmScope Modifier and Type Method Description Yarnrc.BuilderYarnrc.Builder. npmScopes(Map<String,? extends YarnNpmScope> npmScopes)(experimental) https://yarnpkg.com/configuration/yarnrc#npmScopes.YarnrcOptions.BuilderYarnrcOptions.Builder. npmScopes(Map<String,? extends YarnNpmScope> npmScopes)Sets the value ofYarnrcOptions.getNpmScopes()
-