UNPKG

@base44/sdk

Version:

JavaScript SDK for Base44 API

3 lines (2 loc) 118 B
export const isNode = typeof window === "undefined"; export const isInIFrame = !isNode && window.self !== window.top;