UNPKG

@boomerang-io/utils

Version:

A library of reusable utilities and hooks for React webapps on the Boomerang platform.

16 lines (10 loc) 254 B
# 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"; ```