Collection of string manipulation functions
Install the package locally within you project folder with your package manager:
With npm
:
npm install stringaling
With yarn
:
yarn add stringaling
With pnpm
:
pnpm add stringaling
import { abbreviate } from "stringaling";
For all configuration options, please see the API docs.
Got an idea for a new feature? Found a bug? Contributions are welcome! Please open up an issue or make a pull request.