@codinasion/string-to-camel-case
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

@codinasion/string-to-camel-case

Converts a string to camel case.

NPM Version Downloads LICENSE

rainbow hr

Installation

# if you're using pnpm
pnpm add @codinasion/string-to-camel-case

# or, if you're using npm
npm install @codinasion/string-to-camel-case

# or, if you're using yarn
yarn add @codinasion/string-to-camel-case
rainbow hr

Usage

import { StringToCamelCase } from "@codinasion/string-to-camel-case";

const string = "hello_world";
console.log(StringToCamelCase(string));

// Output
// helloWorld
rainbow hr

Sponsors & Backers

Sponsors

rainbow hr

Made with 💖 by Codinasion

rainbow hr

Package Sidebar

Install

npm i @codinasion/string-to-camel-case

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

5.19 kB

Total Files

5

Last publish

Collaborators

  • harshraj8843