This website requires JavaScript.
Explore
Help
Sign In
midsuit
/
julong-lib
Watch
6
Star
0
Fork
You've already forked julong-lib
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
63b102e925
julong-lib
/
helpers
/
is-browser.ts
6 lines
101 B
TypeScript
Raw
Blame
History
function
isBrowser
(
)
:
boolean
{
return
typeof
window
!==
"undefined"
;
}
export
default
isBrowser
;
Reference in New Issue
View Git Blame
Copy Permalink