Js Utils is a common javascript utility function use frequently in web development
You can install using the following command
npm install tiny-js-utils
or
yarn install tiny-js-utils
- Capitalize
import { capitalize } from 'tiny-js-utils';
capitalize.letter('hello world'); // Hello world
capitalize.words('hello world'); // Hello World
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.