Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 548 Bytes

Readme.md

File metadata and controls

25 lines (17 loc) · 548 Bytes

useMango

A simple package that returns a mango when invoked.

Installation

You can install this package using npm or yarn:

npm install use-mango
# or
yarn add use-mango

Usage

Import the useMango function into your project and call it to get a mango emoji.

import useMango from 'use-mango';

useMango(); // 🥭

Contributing

If you find any issues or have suggestions for improvement, please feel free to open an issue or submit a pull request on Github