We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd03c2 commit 4202d53Copy full SHA for 4202d53
tools/spectral/ipa/rulesets/functions/utils/schemaUtils.js
@@ -35,7 +35,7 @@ export function getSchemaPathFromEnumPath(path) {
35
* Split camelCase string into words
36
* Example: "myProjectId" becomes ["my", "Project", "Id"]
37
* @param str {string} camelCase string
38
- * @returns {*}
+ * @returns {string[]}
39
*/
40
export function splitCamelCase(str) {
41
if (!str) return [''];
0 commit comments