collective-string

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i collective-string

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

10 kB

Total Files

9

Last publish

Collaborators

  • bqroster