# @commandhandler/utils

> Common utilities used by @commandhandler, two main parts:

Latest version **1.0.0** (published 2022-07-01) · 0 weekly downloads

## Install

```sh
npm install @commandhandler/utils
pnpm add @commandhandler/utils
yarn add @commandhandler/utils
bun add @commandhandler/utils
```

## Health

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

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2022-07-01 |
| First published | 2022-06-30 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 26.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | radioactive-publish-bot |
| Keywords | logger, log, logging, log manager, utils |

## Links

- npm: https://www.npmjs.com/package/@commandhandler/utils
- Repository: https://gitlab.hobbylos.org/hobbylose-senior-full-stack-developer/commandhandler/utils
- Issues: https://gitlab.hobbylos.org/hobbylose-senior-full-stack-developer/commandhandler/utils/-/issues
- npm.io page: https://npm.io/package/@commandhandler/utils

## Dependencies (2)

- [tslib](https://npm.io/package/tslib.md) ^2.4.0
- [@types/node](https://npm.io/package/@types/node.md) ^18.0.0

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [@luma.gl/experimental](https://npm.io/package/@luma.gl/experimental.md) — 77.1K weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2022-07-01
- 1.0.0-alpha.4 (alpha) — 2022-07-01
- 1.0.0-alpha.3 — 2022-06-30
- 1.0.0-alpha.2 — 2022-06-30
- 1.0.0-alpha.1 — 2022-06-30

## README

# @commandhandler/utils (internal library)

Common utilities used by @commandhandler, two main parts:

## abstractStatic

Decorators for creating "abstract static" class members. Will be checked at runtime when declaring an annotated class.

## isModule

Checks if ran inside an ejs or cjs module, returns true for ejs, false for cjs

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