Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97650543
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
Mon, Jan 6, 02:04
Size
232 B
Mime Type
text/x-java
Expires
Wed, Jan 8, 02:04 (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