Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cfware/decamelize

ES Module fork of decamelize
https://github.com/cfware/decamelize

Last synced: 29 days ago
JSON representation

ES Module fork of decamelize

Awesome Lists containing this project

README

        

# @cfware/decamelize [![NPM Version][npm-image]][npm-url]

ES Module fork of [decamelize](github.com/sindresorhus/decamelize)

## Usage

```js
import decamelize from '@cfware/decamelize';

console.log(decamelize('noTab'));
// => no-tab

console.log(decamelize('testGUILabel'));
// => test-gui-label
```

[npm-image]: https://img.shields.io/npm/v/@cfware/decamelize.svg
[npm-url]: https://npmjs.org/package/@cfware/decamelize