Skip to content

Commit 45316a2

Browse files
committed
chore: lint
1 parent 61ff6f6 commit 45316a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tap/env.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ export const isWorkerd =
1717
typeof navigator !== 'undefined' && navigator.userAgent === 'Cloudflare-Workers'
1818

1919
// @ts-ignore
20-
export const isNode = !isBun && !isElectron && !isDeno && !isWorkerd && typeof process !== 'undefined'
20+
export const isNode =
21+
!isBun && !isElectron && !isDeno && !isWorkerd && typeof process !== 'undefined'
2122

2223
const BOWSER = 'https://cdn.jsdelivr.net/npm/[email protected]/src/bowser.js'
2324

0 commit comments

Comments
 (0)