mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-07 22:36:26 +08: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;
|