A collection of helpful functions/types for Home Assistant Lovelace Custom Cards.

To use: `npm i custom-card-helpers` or `yarn add custom-card-helpers`

To develop run:

```bash
npm install
npm run build
```

Check the [documentation](https://custom-cards.github.io/custom-card-helpers/) for details on available functions

To generate documentation run the following:

```bash
npm run docs
````
