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
- Host: GitHub
- URL: https://github.com/cap32/empty-functions
- Owner: Cap32
- License: mit
- Created: 2017-03-14T14:04:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T16:02:59.000Z (almost 9 years ago)
- Last Synced: 2025-03-03T09:39:20.998Z (10 months ago)
- Topics: empty, function, functions, javascript, noop, utils
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# empty-functions
[](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