Няма описание

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