public class NodeJSUtils extends Object
| Constructor and Description |
|---|
NodeJSUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertFromDashesToCamelCase(String moduleNameWithDashes)
Converts the name of a node module with dashes into a version in camel
case so that it can be a valid identifier.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.