utils.js 74 B

123
  1. export function isBrowser() {
  2. return typeof window !== 'undefined';
  3. }