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

https://github.com/cap32/empty-functions

Javascript empty functions
https://github.com/cap32/empty-functions

empty function functions javascript noop utils

Last synced: 5 months ago
JSON representation

Javascript empty functions

Awesome Lists containing this project

README

          

# empty-functions

[![Build Status](https://travis-ci.org/Cap32/empty-functions.svg?branch=master)](https://travis-ci.org/Cap32/empty-functions)

Javascript empty functions

## Installations

```bash
$ npm i empty-functions
```

## API

- [emptyFunctions()](./index.js)
- [emptyFunctions.noop()](./noop.js)
- [emptyFunctions.returnsTrue()](./returns-true.js)
- [emptyFunctions.returnsFalse()](./returns-false.js)
- [emptyFunctions.returnsNull()](./returns-null.js)
- [emptyFunctions.returnsArgument(arg)](./returns-argument.js)
- [emptyFunctions.returnsThis()](./returns-this.js)

## License

MIT © Cap32