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
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
npm i solo-camel-case-to-words
0
1.0.0
MIT
778 B
3