@vinsurs/case-anything
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i @vinsurs/case-anything

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

9.89 kB

Total Files

5

Last publish

Collaborators

  • vinsurs