Uses of Class
io.github.cdklabs.projen.javascript.ArrowParens
-
Packages that use ArrowParens Package Description io.github.cdklabs.projen.javascript -
-
Uses of ArrowParens in io.github.cdklabs.projen.javascript
Methods in io.github.cdklabs.projen.javascript that return ArrowParens Modifier and Type Method Description default ArrowParensPrettierSettings. getArrowParens()(experimental) Include parentheses around a sole arrow function parameter.ArrowParensPrettierSettings.Jsii$Proxy. getArrowParens()static ArrowParensArrowParens. valueOf(String name)Returns the enum constant of this type with the specified name.static ArrowParens[]ArrowParens. 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 ArrowParens Modifier and Type Method Description PrettierSettings.BuilderPrettierSettings.Builder. arrowParens(ArrowParens arrowParens)Sets the value ofPrettierSettings.getArrowParens()
-