Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97923366
readme.md
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jan 7, 14:57
Size
232 B
Mime Type
text/x-java
Expires
Thu, Jan 9, 14:57 (2 d)
Engine
blob
Format
Raw Data
Handle
23440893
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
readme.md
View Options
#
Is
In
Browser
?
```
import
isBrowser
from
'
is
-
in
-
browser
'
;
if
(
isBrowser
)
{
//...
}
```
##
CommonJS
For
those
not
using
Babel
/
ES6
Modules
```
var
isBrowser
=
require
(
'
is
-
in
-
browser
'
).
default
;
if
(
isBrowser
)
{
//... }
```
Event Timeline
Log In to Comment