Builtins

Contains basic, ready to use naming strategies.

Properties

Link copied to clipboard

A strategy that transforms serial names from camel case to kebab case — lowercase characters with words separated by dashes. The descriptor parameter is not used.

Link copied to clipboard

A strategy that transforms serial names from camel case to snake case — lowercase characters with words separated by underscores. The descriptor parameter is not used.