README
to-snake-case
Accepts a, Title Case, camel Case or dash separated string and returns a copy separated by underscores.
Accepts a, Title Case, camel Case or dash separated string and returns a copy separated by underscores.
<script type="module">
import amindunitedToSnakeCase from 'https://cdn.skypack.dev/@amindunited/to-snake-case';
</script>
Accepts a, Title Case, camel Case or dash separated string and returns a copy separated by underscores.