UNPKG

@klevu/core

Version:

Typescript SDK that simplifies development on Klevu backend. Klevu provides advanced AI-powered search and discovery solutions for online retailers.

6 lines (5 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isBrowser = void 0; const isBrowser = () => ![typeof window, typeof document].includes("undefined"); exports.isBrowser = isBrowser;