Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

camel-to-dash

webster666736MIT1.0.7TypeScript support: included

convert function camel to dash

camel-case, dash-case

readme

ilustration

camel-2-dash

function convert camel-case to dash-delimiter

npm version

Install

npm i camel-to-dash

Initialization

import {camelToDash} from 'camel-to-dash'

const dash = camelToDash('camelCase') //return camel-case

Author

webster6667