mirror of
https://github.com/JasonYANG170/IOTConnect-Web.git
synced 2024-11-27 14:16:34 +00:00
4 lines
103 B
TypeScript
4 lines
103 B
TypeScript
declare const isBrowser: boolean;
|
|
export declare const isWebWorker: boolean;
|
|
export default isBrowser;
|