Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@jswork/next-classify

afeiship40MIT1.0.5TypeScript support: included

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

string, classify, pascal-case

readme

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.