return isBool(o) || isString(o) || isNumber(o)
      || isFn(o) || isNull(o) || isUndefined(o)
      || isRegExp(o) || isSymbol(o) || false