PATH:
home
/
bkunreyz
/
ezdatarecovery.net
/
wp-content
/
plugins
/
extendify
/
src
/
Agent
/
lib
export const clamp = (value, min, max) => Math.max(min, Math.min(value, max)); export const makeId = () => Date.now().toString(36) + Math.random().toString(36).slice(2); export const isInEditor = () => { const path = window.location.pathname; const params = new URLSearchParams(window.location.search); return path.includes('/wp-admin/post.php') && params.get('action') === 'edit'; }; export const isChangeSiteDesignWorkflowAvailable = () => { const { useAgentOnboarding } = window.extSharedData; return useAgentOnboarding; };
[-] media-views.js
[edit]
[-] confetti.js
[edit]
[-] media.js
[edit]
[-] page-tours.js
[edit]
[-] svg-helpers.js
[edit]
[-] editor.js
[edit]
[-] redirects.js
[edit]
[-] svg-blocks-scanner.js
[edit]
[-] variant-classes.js
[edit]
[+]
..
[+]
__tests__
[-] markdown.js
[edit]
[-] wp.js
[edit]
[-] blocks.js
[edit]
[-] util.js
[edit]
[-] tour-helpers.js
[edit]