Files
POCloud-Live-Reports/app/components/Utilities.js
2017-09-15 15:15:44 -05:00

6 lines
75 B
JavaScript

export function isDefined(vbl){
return(typeof vbl !== 'undefined')
}