let UNDEF;

/**
 */
function isUndef(val) {
    return val === UNDEF;
}
export default isUndef;
