We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ff6f6 commit 45316a2Copy full SHA for 45316a2
tap/env.ts
@@ -17,7 +17,8 @@ export const isWorkerd =
17
typeof navigator !== 'undefined' && navigator.userAgent === 'Cloudflare-Workers'
18
19
// @ts-ignore
20
-export const isNode = !isBun && !isElectron && !isDeno && !isWorkerd && typeof process !== 'undefined'
+export const isNode =
21
+ !isBun && !isElectron && !isDeno && !isWorkerd && typeof process !== 'undefined'
22
23
const BOWSER = 'https://cdn.jsdelivr.net/npm/[email protected]/src/bowser.js'
24
0 commit comments