# @cometjs/core

> cometjs core utilities

Latest version **2.3.2** (published 2023-05-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install @cometjs/core
pnpm add @cometjs/core
yarn add @cometjs/core
bun add @cometjs/core
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.3.2 |
| Published | 2023-05-16 |
| First published | 2020-03-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 80 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 56 |
| Author | Hyeseong Kim |
| Maintainers | cometkim |

## Links

- npm: https://www.npmjs.com/package/@cometjs/core
- Repository: https://github.com/cometkim/cometjs
- Homepage: https://github.com/cometkim/cometjs/tree/main/packages/core
- npm.io page: https://npm.io/package/@cometjs/core

## Recent versions

- 2.3.2 (latest) — 2023-05-16
- 2.3.1 — 2023-04-11
- 2.3.0 — 2023-04-11
- 2.2.0 — 2023-02-01
- 2.1.1 — 2022-12-30
- 2.1.0 — 2022-06-09
- 2.0.2 — 2022-03-12
- 2.0.1 — 2022-03-12
- 2.0.0 — 2022-03-12
- 1.2.0 — 2021-05-07
- 1.1.0 — 2021-05-07
- 1.0.0 — 2021-04-24
- 1.0.0-rc.1 — 2021-04-12
- 0.2.0 — 2020-09-05
- 0.1.0 — 2020-05-05
- … 3 more at https://npm.io/package/@cometjs/core/versions

## README

# cometjs

[![Integration](https://github.com/cometkim/cometjs/actions/workflows/integration.yml/badge.svg)](https://github.com/cometkim/cometjs/actions/workflows/integration.yml)
[![codecov](https://codecov.io/gh/cometkim/cometjs/branch/main/graph/badge.svg?token=RDOBWTAO8O)](https://codecov.io/gh/cometkim/cometjs)
[![MIT Licensed](https://img.shields.io/github/license/cometkim/cometjs)](#license)

[cometkim](https://github.com/cometkim)'s collections of frequently used JavaScript/TypeScript utilities.

## Goals & Non-goals

**Goals**

- DRY for miscellaneous stuff
- Bolierplates for use TypeScript stricter
- Preparing [ES pipeline operator](https://github.com/tc39/proposal-pipeline-operator)
- Monadic abstrations

**Non-goals**

- Reinvent everything
- Alternative to popular packages that already exist
- Spreading own opinion

## LICENSE

MIT

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