UNPKG
belty
Version:
latest (5.2.2)
5.2.2
5.2.1
5.2.0
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.0.1
1.0.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
General purpose utility belt
github.com/MiguelCastillo/belty
MiguelCastillo/belty
belty
/
src
/
noop.js
9 lines
(7 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * noop method. It takes no arguments and does not return anything. Useful * when you need to setup an initial placeholder function. */
function
noop
()
{ }
module
.exports = noop;