Skip to content

Instantly share code, notes, and snippets.

@huynhsamha
Last active March 10, 2018 13:27
Show Gist options
  • Save huynhsamha/056c509f048864c8bb487926ee5cc5dd to your computer and use it in GitHub Desktop.
Save huynhsamha/056c509f048864c8bb487926ee5cc5dd to your computer and use it in GitHub Desktop.
// Specific values
console.log(jsConvert.toCamelCase('')); // => ''
console.log(jsConvert.toSnakeCase(null)); // => ''
console.log(jsConvert.toPascalCase(undefined)); // => ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment