mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 09:59:10 +00:00
chore: move src/common/utils to @roleypoly/misc-utils
This commit is contained in:
parent
a374030438
commit
65a8760e86
36 changed files with 38 additions and 465 deletions
1
packages/misc-utils/isBrowser.ts
Normal file
1
packages/misc-utils/isBrowser.ts
Normal file
|
@ -0,0 +1 @@
|
|||
export const isBrowser = () => typeof window !== 'undefined';
|
Loading…
Add table
Add a link
Reference in a new issue