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