morestrings

0.0.9 • Public • Published

MIT license npm bundle size npm

More functions for strings! This project aims to add more features to the string prototype.

🚀 Setup & Usage

The package can be installed with

npm install morestrings

After the install, just call for more()! ❤️

import { more } from 'morestrings';

more();

"Dogs are great!".reverse; // => !taerg era sgoD

"Dogs are great!".slugify; // => dogs-are-great!

"dogs_are_great!".camelCase; // => dogsAreGreat

Readme

Keywords

Package Sidebar

Install

npm i morestrings

Weekly Downloads

0

Version

0.0.9

License

MIT

Unpacked Size

10.9 kB

Total Files

7

Last publish

Collaborators

  • daschaa