# null-function

> Exports a null function

Latest version **1.0.18** (published 2018-11-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install null-function
pnpm add null-function
yarn add null-function
bun add null-function
```

## 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.18 |
| Published | 2018-11-18 |
| First published | 2017-02-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ersun Warncke |
| Maintainers | ersun.warncke |

## Links

- npm: https://www.npmjs.com/package/null-function
- Repository: https://github.com/warncke/null-function
- Homepage: https://github.com/warncke/null-function#readme
- Issues: https://github.com/warncke/null-function/issues
- npm.io page: https://npm.io/package/null-function

## Recent versions

- 1.0.18 (latest) — 2018-11-18
- 1.0.17 — 2018-01-15
- 1.0.16 — 2017-10-06
- 1.0.15 — 2017-10-04
- 1.0.14 — 2017-09-19
- 1.0.13 — 2017-09-10
- 1.0.12 — 2017-09-04
- 1.0.11 — 2017-08-05
- 1.0.10 — 2017-08-02
- 1.0.9 — 2017-07-27
- 1.0.8 — 2017-06-07
- 1.0.7 — 2017-06-06
- 1.0.6 — 2017-06-03
- 1.0.5 — 2017-06-02
- 1.0.4 — 2017-05-30
- … 4 more at https://npm.io/package/null-function/versions

## README

# null-function

    const nullFunction = require('null-function')

    nullFunction()

Exports a function that doesn't do anything.

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