takeoff-utils
v1.0.1
Published
Utility set of functions used at the [`takeoff`](https://github.com/entwicklerstube/takeoff) Project.
Downloads
4
Readme
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');