# @hugsmidjan/qj

> Quick JavaScripts – Collection of mostly useful miniature JavaScript helper functions.

Latest version **4.23.0** (published 2024-06-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install @hugsmidjan/qj
pnpm add @hugsmidjan/qj
yarn add @hugsmidjan/qj
bun add @hugsmidjan/qj
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.23.0 |
| Published | 2024-06-12 |
| First published | 2020-05-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 194.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Hugsmiðjan ehf. |
| Maintainers | hugsmidjan-is |

## Links

- npm: https://www.npmjs.com/package/@hugsmidjan/qj
- Repository: https://github.com/hugsmidjan/qj
- Homepage: https://github.com/hugsmidjan/qj#readme
- Issues: https://github.com/hugsmidjan/qj/issues
- npm.io page: https://npm.io/package/@hugsmidjan/qj

## Recent versions

- 4.23.0 (latest) — 2024-06-12
- 4.22.1 — 2023-08-28
- 4.22.0 — 2023-08-24
- 4.21.0 — 2023-07-25
- 4.20.0 — 2023-06-03
- 4.19.0 — 2023-05-26
- 4.18.0 — 2023-05-24
- 4.17.1 — 2023-04-13
- 4.17.0 — 2023-03-24
- 4.16.0 — 2023-03-14
- 4.15.0 — 2023-03-14
- 4.14.3 — 2023-03-13
- 4.14.2 — 2023-03-13
- 4.14.1 — 2023-03-13
- 4.14.0 — 2023-03-13
- … 29 more at https://npm.io/package/@hugsmidjan/qj/versions

## README

# @hugsmidjan/qj - Quick JavaScripts

Collection of mostly useful miniature JavaScript helper functions, that try to
be small, stupid, fast, and side-effect free.

## Install

Aliased as simply 'qj':

    npm install --save-dev qj@npm:@hugsmidjan/qj@^4

...or unaliased:

    npm install --save-dev @hugsmidjan/qj

## Usage

(Alised in package.json):

```js
import alphabetize from 'qj/alphabetize';
import focusElm from 'qj/focusElm';
import q from 'qj/q';
import Q from 'qj/qq';
```

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