1.0.12 • Published 2 years ago

@colakit/capitalize v1.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@colakit/capitalize

@colakit/capitalize is designed to be simple and straightforward, similar to the _.capitalize function in lodash, but as a standalone module with no dependencies, making it perfect for projects where you want to keep your bundle size small.

Installation

To install @colakit/capitalize, use npm or yarn:

npm install @colakit/capitalize
# OR
yarn add @colakit/capitalize

Usage

Import @colakit/capitalize into your project and use it:

const capitalize = require("@colakit/capitalize");

// Example string
const myString = "FRED";

// Call function
const result = capitalize(myString);

// Output: 'Fred'
console.log(result);
1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago