UNPKG
streamsql
Version:
latest (0.8.5)
0.8.5
0.8.3
0.8.1
0.8.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
Streaming SQL ORM
github.com/brianloveswords/streamsql
brianloveswords/streamsql
streamsql
/
lib
/
has-callback.js
4 lines
(3 loc)
•
99 B
JavaScript
View Raw
1
2
3
4
module.exports =
function
hasCallback
(
args
)
{
return
typeof
args
[
args
.length
-1
] ==
'function'
}