> For the complete documentation index, see [llms.txt](https://bemobile.gitbook.io/bemobile-tech-helpers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bemobile.gitbook.io/bemobile-tech-helpers/information/introduction.md).

# Introduction

## Installation

{% tabs %}
{% tab title="yarn" %}

```bash
yarn add @bemobile-tech/helpers
```

{% endtab %}

{% tab title="npm" %}

```bash
npm install @bemobile-tech/helpers
```

{% endtab %}
{% endtabs %}

## Usage

In your main file add:

```typescript
import '@bemobile-tech/helpers'
```

## Helpers

{% tabs %}
{% tab title="Array" %}

<table><thead><tr><th width="271">Name</th><th>Description</th></tr></thead><tbody><tr><td><a href="/bemobile-tech-helpers/array/.filterfalsy.md">.filterFalsy()</a></td><td>Remove every falsy element from array.</td></tr><tr><td><a href="/bemobile-tech-helpers/array/.sortasc.md">.sortAsc()</a></td><td>Sort array ascending.</td></tr><tr><td><a href="/bemobile-tech-helpers/array/.sortdesc.md">.sortDesc()</a></td><td>Sort array descending.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}
