# @mcbe/dummy-console

> console.log / console.error dummy To use console without real implementation

Latest version **2.0.4** (published 2020-12-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install @mcbe/dummy-console
pnpm add @mcbe/dummy-console
yarn add @mcbe/dummy-console
bun add @mcbe/dummy-console
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.4 |
| Published | 2020-12-23 |
| First published | 2019-10-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | ruakr |
| Maintainers | karikera |

## Links

- npm: https://www.npmjs.com/package/@mcbe/dummy-console
- Repository: https://github.com/karikera/mcbe_modules
- Homepage: https://github.com/karikera/mcbe_modules#readme
- Issues: https://github.com/karikera/mcbe_modules/issues
- npm.io page: https://npm.io/package/@mcbe/dummy-console

## Recent versions

- 2.0.4 (latest) — 2020-12-23
- 2.0.2 — 2020-12-23
- 2.0.1 — 2020-12-23
- 1.0.5 — 2019-12-12
- 1.0.4 — 2019-10-06
- 1.0.3 — 2019-10-02
- 1.0.2 — 2019-10-01
- 1.0.1 — 2019-10-01
- 1.0.0 — 2019-10-01

## README

## About this
console.log / console.error dummy  
To use console without real implementation  
  
It will not install over other console

## Example
```ts

import '@mcbe/dummy-console';

console.log('this will not show, just no runtime error');
console.log('this will not show, just no runtime error');
console.error('this will not show, just no runtime error');

```

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