Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
const isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined"; | |
const isWebWorker = | |
typeof self === "object" && self.constructor && self.constructor.name === "DedicatedWorkerGlobalScope"; | |
export const isBackend = !isBrowser && !isWebWorker; | |