UNPKG
koa-square-better-http-proxy
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
http proxy middleware for koa
koa-square-better-http-proxy
/
lib
/
isUnset.js
6 lines
(4 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
=
function
(
val
) {
return
(
typeof
val ===
'undefined'
|| val ===
''
|| val ===
null
); };