UNPKG
foop
Version:
beta (5.0.0)
latest (5.0.0)
5.0.0
interfaces that describe their intentions.
github.com/fluents/chain-able
fluents/chain-able
foop
/
deps
/
util
/
noop.js
22 lines
(21 loc)
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/** *
@name
noop * *
@memberOf
util *
@func
*
@since
5.0.0 *
@return
{void} * * {
@link
https://github.com/sindresorhus/noop3 noop3} *
@see
{
@link
noop3} * *
@example
* * noop * *
@example
* * noop() * */
module
.
exports
= function
noop
()
{
/* noop */
}