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