https://github.com/rsify/noop
Do nothing.
https://github.com/rsify/noop
Last synced: about 1 year ago
JSON representation
Do nothing.
- Host: GitHub
- URL: https://github.com/rsify/noop
- Owner: rsify
- License: mit
- Created: 2019-05-07T12:40:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T13:59:42.000Z (about 7 years ago)
- Last Synced: 2025-02-02T17:17:33.948Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# noop [](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