# node-noop

> Implements a noop function

Latest version **1.0.0** (published 2015-10-19) · BSD-2-Clause license · 0 weekly downloads

## Install

```sh
npm install node-noop
pnpm add node-noop
yarn add node-noop
bun add node-noop
```

## 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 | 1.0.0 |
| Published | 2015-10-19 |
| First published | 2013-09-23 |
| Weekly downloads | 0 |
| License | BSD-2-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 132 |
| Author | EuanK |
| Maintainers | euank |
| Keywords | noop |

## Links

- npm: https://www.npmjs.com/package/node-noop
- Repository: https://github.com/euank/node-noop
- Homepage: https://github.com/euank/node-noop#readme
- Issues: https://github.com/euank/node-noop/issues
- npm.io page: https://npm.io/package/node-noop

## Recent versions

- 1.0.0 (latest) — 2015-10-19
- 0.0.1 — 2013-09-23

## README

node-noop
=========
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away. 

- Antoine de Saint-Exupery

Installation
------------
```
npm install node-noop
```

Usage
-----
```
var noop = require('node-noop').noop;
require('fs').writeFile('file.out',"Ignore write failure",noop);
```

Alternatives
------------
The npm package `noop` (github
[here](https://github.com/coolaj86/javascript-noop)) already has
this basic functionality, but it doesn't do it in a very node-like way.
He just sticks the noop function on the global scope when you require it.

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