0.1.0 • Published 9 months ago

@vinsurs/case-anything v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

case-anything

An opinionated case-anything lib based on case-anything

Install

$ pnpm i @vinsurs/case-anything

Usage

import { camelCaseAnything } from '@vinsurs/case-anything'

const camelCasedObject = camelCaseAnything({
    fooBar: 'fooBar',
    foo_bar: 'foo_bar',
    foo_bar_baz: 'foo_bar_baz'
})

And this module exports all availabel functions from case-anything

import { camelCase } from '@vinsurs/case-anything'

License

MIT

0.1.0

9 months ago