Ben Lin
2024-12-26 056f7fd796fcbb4f0383db72795f99007b8749ef
1
2
3
4
5
export const isBrowser = !!(
  typeof window !== 'undefined' &&
  window.document &&
  window.document.createElement
);