# @react-lit/helper

> Common helpers for the @react-lit component suite.

Latest version **0.7.3** (published 2023-10-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @react-lit/helper
pnpm add @react-lit/helper
yarn add @react-lit/helper
bun add @react-lit/helper
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.7.3 |
| Published | 2023-10-03 |
| First published | 2021-10-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=16.0.0 |
| Dependencies | 0 |
| Unpacked size | 31.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Joel Voss |
| Maintainers | joelvoss |

## Links

- npm: https://www.npmjs.com/package/@react-lit/helper
- Repository: https://github.com/joelvoss/react-lit-helper
- Homepage: https://github.com/joelvoss/react-lit-helper#readme
- Issues: https://github.com/joelvoss/react-lit-helper/issues
- npm.io page: https://npm.io/package/@react-lit/helper

## Recent versions

- 0.7.3 (latest) — 2023-10-03
- 0.7.2 — 2023-08-07
- 0.7.1 — 2022-09-10
- 0.7.0 — 2022-07-24
- 0.6.1 — 2022-04-21
- 0.6.0 — 2022-01-20
- 0.5.0 — 2022-01-17
- 0.4.2 — 2021-12-09
- 0.4.1 — 2021-11-30
- 0.4.0 — 2021-11-02
- 0.3.0 — 2021-10-31
- 0.2.0 — 2021-10-31
- 0.1.0 — 2021-10-30

## README

# @react-lit/helper

Common helpers for the @react-lit component suite.

## Installation

```bash
$ npm i @react-lit/helper
# or
$ yarn add @react-lit/helper
```

## Development

(1) Install dependencies

```bash
$ npm i
# or
$ yarn
```

(2) Run initial validation

```bash
$ ./Taskfile.sh validate
```

(3) Run tests in watch-mode to validate functionality.

```bash
$ ./Taskfile test -w
```

---

_This project was set up by @jvdx/core_

---
_Source: https://npm.io/package/@react-lit/helper · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
