It converts a string to snake case by converting it to no case and replacing all spaces with underscores
The string to convert.
A function that takes a string and returns a string with all the spaces replaced with underscores.
Generated using TypeDoc
It converts a string to snake case by converting it to no case and replacing all spaces with underscores