UNPKG
rpcchannel
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.0
0.1.4
0.1.3
0.1.2
Easy RPC with permission controls
rpcchannel
/
lib
/
src
/
utils.d.ts
4 lines
(3 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
declare
function
isDefined
(
val
:
any
):
boolean
;
declare
function
isUndef
(
val
:
any
):
boolean
;
export
{ isDefined, isUndef };