An open API service indexing awesome lists of open source software.

https://github.com/rsify/noop

Do nothing.
https://github.com/rsify/noop

Last synced: about 1 year ago
JSON representation

Do nothing.

Awesome Lists containing this project

README

          

# noop [![Build Status](https://travis-ci.com/nikersify/noop.svg?branch=master)](https://travis-ci.com/nikersify/noop)

> Do nothing.

I expect this module not to ever get unpublished or published with a different
function signature - therefore it can be used for testing various npm things,
like installing or getting package info.

# Install

```
$ npm install @nikersify/noop
```

# Usage

```javascript
const noop = require('@nikersify/noop')

noop(5) // 5
```

# License

MIT