UNPKG

ez-shp-storefront

Version:

A helper function collection for Shopify storefront.

9 lines (8 loc) 133 B
export function inIframe() { try { return window.self !== window.top; } catch (e) { return true; } }