mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
6 lines
199 B
TypeScript
6 lines
199 B
TypeScript
export declare const isBrowser: boolean;
|
|
export declare const isWebWorker: boolean;
|
|
export declare const isNode: boolean;
|
|
export declare const isJsDom: boolean;
|
|
export declare const isDeno: boolean;
|