solo-camel-case-to-words

Convert camel case to words

Usage no npm install needed!

<script type="module">
  import soloCamelCaseToWords from 'https://cdn.skypack.dev/solo-camel-case-to-words';
</script>

README

solo-camel-case-to-words

Takes a camelCased string and converts it to

import camelCaseToWords from 'solo-camel-case-to-words';

const camelCase = "thisIsATestOfCamelCase";
camelCaseToWords(camelCase);
// This Is A Test Of Camel Case