# @ahsm/noop

[![npm (scoped)](https://img.shields.io/npm/v/@ahsm/noop.svg)](https://www.npmjs.com/package/@ahsm/noop)
[![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/@ahsm/noop.svg)](https://www.npmjs.com/package/@ahsm/noop)

## Description

Provides a function, that does nothing.

## Install

```
npm install @ahsm/noop
```

## Usage

```js
const noop = require("@ahsm/noop");

noop();
```

## Author

[Anton Hallström](https://github.com/antonhallstrom)
