# Utils

A library of reusable utilities and hooks for React webapps on the Boomerang platform.

## Install

```bash
$ npm install @boomerang-io/utils
```

## Use

```js
import { isAccessibleKeyboardEvent } from "@boomerang-io/utils";
```
