uncamelcase

0.0.2 • Public • Published

uncamelcase

A module that converts camel case strings into capitalised ones. Space-separated by default.

import uncamelCase from 'uncamelcase';
 
uncamelCase('camelCase'); // 'Camel Case'
uncamelCase('camelCase', '-'); // 'Camel-Case'

/uncamelcase/

    Package Sidebar

    Install

    npm i uncamelcase

    Weekly Downloads

    4

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • nhardy