UNPKG

salsify-experiences-sdk

Version:

SDK to be used by commerce websites to implement product experiences.

4 lines (3 loc) 109 B
export function inBrowser(): boolean { return typeof window === 'object' && typeof document === 'object' }