UNPKG

salsify-experiences-sdk

Version:

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

8 lines 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.inBrowser = void 0; function inBrowser() { return typeof window === 'object' && typeof document === 'object'; } exports.inBrowser = inBrowser; //# sourceMappingURL=runtime.js.map