# Helpers plugin

A Javascript / Typescript plugin that adds helper functions for arrays, objects, and other prototypes or global functions, making it easier to write clean code.

🔥 Live preview <a href='https://przemyslawdrzewicz.github.io/helpers-plugin-preview/'>here</a> 👈

🔥 Documentation <a href='https://przemyslawdrzewicz.github.io/helpers-plugin-preview/documentation/getting-started/installation'>here</a> 👈

## Installation

Install via npm:

```bash
npm install helpers-plugin
```

## Helpers Plugin Methods

### Array Prototype Methods

- `first()`
- `last()`
- `findById(id)`
- `findIndexById(id)`
- `filterById(id)`
- `compare(secondArray)`

### Types Methods

- `isBoolean(value)`
- `isString(value)`
- `isObject(value)`
- `isArray(value)`
- `isFunction(value)`
- `isNumber(value)`

### Content Methods

- `isNotEmptyObject(value)`
- `isNotEmptyArray(value)`
- `isNotEmptyString(value)`

### Usage

Read more in <a href='https://przemyslawdrzewicz.github.io/helpers-plugin-preview/documentation/getting-started/installation'>documentation</a>
