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 110f924 commit adee19eCopy full SHA for adee19e
src/index.d.ts
@@ -1,3 +1,5 @@
1
export declare const isBrowser: boolean;
2
export declare const isWebWorker: boolean;
3
export declare const isNode: boolean;
4
+export declare const isJsDom: boolean;
5
+export declare const isDeno: boolean;
0 commit comments