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');

Readme

Keywords

none

Package Sidebar

Install

npm i takeoff-utils

Weekly Downloads

1

Version

1.0.1

License

mit

Last publish

Collaborators

  • michaelzoidl