Ben Lin
2024-08-05 16257dd099d9811fb5caf78047ffc2425c401e0e
1
2
3
4
5
export const isBrowser = !!(
  typeof window !== 'undefined' &&
  window.document &&
  window.document.createElement
);