<div align="center">

# Property Helpers

**Simple helper functions for working with properties**

[![GitHub](https://img.shields.io/github/license/RealShadowNova/property-helpers)](https://github.com/RealShadowNova/property-helpersblob/main/LICENSE.md)
[![npm](https://img.shields.io/npm/v/property-helpers?color=crimson&logo=npm&style=flat-square)](https://www.npmjs.com/package/property-helpers)
[![codecov](https://codecov.io/gh/RealShadowNova/property-helpers/branch/main/graph/badge.svg)](https://codecov.io/gh/RealShadowNova/property-helpers)

[![Support Server](https://discord.com/api/guilds/554742955898961930/embed.png?style=banner2)](https://discord.gg/fERY6AenEv)

</div>

---

## Description

Property Helpers is a collection of helper functions for working with properties in objects and arrays.

## Features

- Written in TypeScript
- Offers CommonJS and ESM
- Fully tested
- Extremely fast

## Installation

You can use the following command to install this package, or replace `npm install` with your package manager of choice.

```sh
npm install property-helpers
```

## Documentation

While currently we do not have a dedicated way to view documentation for this package, you can still use the intellisense from your IDE and read our source code.
