takeoff-utils

1.0.1 • Public • Published

takeoff-utils

Utility set of functions used at the takeoff Project.

Utils

camelize

expect(camelize('node-module')).to.equal('NodeModule');
expect(camelize('Gnu General Public License V3.0', ' ')).to.equal('Gnu General Public License V3.0');

capitalize

expect(capitalize('node-module')).to.equal('Node-module');

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i takeoff-utils

    Weekly Downloads

    7

    Version

    1.0.1

    License

    mit

    Last publish

    Collaborators

    • michaelzoidl