npm.io
1.0.0 • Published 10 years ago

@f/hyphenate

Licence
MIT
Version
1.0.0
Deps
0
Vulns
0
Weekly
0

hyphenate

Build status Git tag NPM version Code style

Turn a camel-case string into a hyphenated string

Installation

$ npm install @f/hyphenate

Usage

var hyphenate = require('@f/hyphenate')

hyphenate('backgroundColor') === 'background-color'

API

hyphenate(str)
  • str - The string you want to hyphenate

Returns: str, lowercased and hyphenated

License

MIT