# **`@baseapp-frontend/utils`**

## **Overview**

This package includes constants, functions, hooks and types that are generic enough to be reused between apps and packages.

## **Installation**

You can install the package via npm, yarn or pnpm:

```bash
npm install @baseapp-frontend/utils
# or
yarn add @baseapp-frontend/utils
# or
pnpm install @baseapp-frontend/utils
```

## **What is in here?**

- Generic utility constants, functions, hooks and types.
