1.0.1 • Published 5 years ago
collective-string v1.0.1
Install
npm install collective-string --saveUsage
import { camel, kebab, snake, studly } from "collective-string";
// in your code
camel('set-string-to-null');or
import Str from "collective-string";
// in your code
Str.kebab('setStringToNull');or
const Str = require('collective-string');
// in your code
Str.kebab('setStringToNull');Author
Jose Burgos jose@bqroster.com