const getInternalValue = (isInternal) => (isInternal ? 'internalFunc' : undefined); export default getInternalValue;