File "utils.js"

Full Path: /home/leadltht/fastlinkinternet.com/admin/wp-content/wp-content/wp-content/plugins/extendify/src/HelpCenter/lib/utils.js
File size: 227 bytes
MIME-type: text/plain
Charset: utf-8

export const isOnLaunch = () => {
	const q = new URLSearchParams(window.location.search);
	return ['page'].includes(q.get('extendify-launch'));
};

export const hasPageCreatorEnabled = window.extSharedData?.showAIPageCreation;