UNPKG

rpcchannel

Version:

Easy RPC with permission controls

4 lines (3 loc) 123 B
declare function isDefined(val: any): boolean; declare function isUndef(val: any): boolean; export { isDefined, isUndef };