tiny-js-utils
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (11)

    Package Sidebar

    Install

    npm i tiny-js-utils

    Weekly Downloads

    1

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    4.64 kB

    Total Files

    7

    Last publish

    Collaborators

    • mearjunghimire