1.0.1 • Published 3 years ago

collective-string v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

Install

npm install collective-string --save

Usage

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