Serializes the given object to a YAML string. If sentencify is true, it converts the keys to sentence case.
sentencify
Object to serialize.
Whether to convert keys to sentence case (@see sentenceCase).
the resulting YAML string.
Generated using TypeDoc
Serializes the given object to a YAML string. If
sentencify
is true, it converts the keys to sentence case.