/home/vianto5/hidalgoresidences.mx/wp-content/plugins/code-snippets/js/utils
Edit: /home/vianto5/hidalgoresidences.mx/wp-content/plugins/code-snippets/js/utils/screen.ts (340B)
export const isNetworkAdmin = (): boolean =>
window.pagenow.endsWith('-network')
export const isMacOS = (): boolean =>
null !== /mac/i.exec(window.navigator.userAgent)
export const isLicensed = (): boolean =>
!!window.CODE_SNIPPETS?.isLicensed
export const shouldShowUpsell = () =>
!isLicensed() && !window.CODE_SNIPPETS?.hideUpsell