@harikotha/stringkit
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

/@harikotha/stringkit/

    Package Sidebar

    Install

    npm i @harikotha/stringkit

    Weekly Downloads

    2

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    12 kB

    Total Files

    23

    Last publish

    Collaborators

    • harikotha