mirror of https://github.com/msgbyte/tailchat
refactor: 增加事件监听调试
parent
47a72e3568
commit
d182825de6
@ -1,3 +1,5 @@
|
||||
export const isBrowser = typeof window !== 'undefined';
|
||||
|
||||
export const isNavigator = typeof navigator !== 'undefined';
|
||||
|
||||
export const isDevelopment = process.env.NODE_ENV === 'development';
|
||||
|
Loading…
Reference in New Issue