@feizheng/next-underscored
v1.0.1
Published
Converts a camelized or dasherized string into an underscored one.
Downloads
7
Readme
next-underscored
Converts a camelized or dasherized string into an underscored one.
installation
npm install -S @feizheng/next-underscored
usage
import 'next-underscored';
//DOCS here!