Skip to content

Commit adee19e

Browse files
committed
Add isJsDom and isDeno types
1 parent 110f924 commit adee19e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
export declare const isBrowser: boolean;
22
export declare const isWebWorker: boolean;
33
export declare const isNode: boolean;
4+
export declare const isJsDom: boolean;
5+
export declare const isDeno: boolean;

0 commit comments

Comments
 (0)