var isUndefined = function(x){ return typeof(x)==="undefined"; } export default isUndefined;