File "index.js"

Full Path: /home/diablzlo/glucosebalnce.com/wp-content/plugins/seo-by-rank-math-pro/includes/modules/seo-analysis/assets/src/store/selectors/index.js
File size: 515 bytes
MIME-type: text/plain
Charset: utf-8

/**
 * Whether the Content AI Autocompleter is open
 *
 * @param {Object} state The app state.
 *
 * @return {boolean} Return boolean true if the autocompleter is open.
 */
export function getCompetitorResults( state ) {
	return state.appUi.competitorResults
}

/**
 * Whether the Content AI Autocompleter is open
 *
 * @param {Object} state The app state.
 *
 * @return {boolean} Return boolean true if the autocompleter is open.
 */
export function getCompetitorUrl( state ) {
	return state.appUi.competitorUrl
}