-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Lines 18 to 22 in 9875469
const isJsDom = | |
(typeof window !== "undefined" && window.name === "nodejs") || | |
(typeof navigator !== "undefined" && | |
(navigator.userAgent.includes("Node.js") || | |
navigator.userAgent.includes("jsdom"))); |
$ node
Welcome to Node.js v21.1.0.
Type ".help" for more information.
>
> isJsDom =
... (typeof window !== "undefined" && window.name === "nodejs") ||
... (typeof navigator !== "undefined" &&
... (navigator.userAgent.includes("Node.js") ||
... navigator.userAgent.includes("jsdom")));
true
Metadata
Metadata
Assignees
Labels
No labels