1.1.0 • Published 10 months ago

@harikotha/stringkit v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

stringkit

A collection of JavaScript string helper functions 🌟

Functions

1. titleCase

const title = titleCase('the witcher'); // The Witcher
const title = titleCase('brooklyn nine-nine   '); // Brooklyn Nine-nine

2. reverse

const text = reverse('geralt'); // tlareg
const text = reverse('have a good-day  '); // '  yad doog a evah'

Installation

stringkit requires node.js v18 to run

git clone https://github.com/harireddy7/stringkit.git

cd stringkit
yarn install

yarn build
1.1.0

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago