Skip to content

Js utils is a common javascript utility function use frequently in web development.

License

Notifications You must be signed in to change notification settings

arjunghimire/tiny-js-utils

Repository files navigation

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.

About

Js utils is a common javascript utility function use frequently in web development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published