1.0.1 • Published 3 years ago

tiny-js-utils v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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.