1.0.5 • Published 11 months ago

@jswork/next-classify v1.0.5

Weekly downloads
14
License
MIT
Repository
-
Last release
11 months ago

next-classify

Converts string to camelized class name. First letter is always upper case.

version license size download

installation

npm install -S @jswork/next-classify

usage

import '@jswork/next-classify';

nx.classify('font.size.small'); //FontSizeSmall

license

Code released under the MIT license.