https://github.com/gavinning/is-node-browser
is node browser
https://github.com/gavinning/is-node-browser
Last synced: 10 months ago
JSON representation
is node browser
- Host: GitHub
- URL: https://github.com/gavinning/is-node-browser
- Owner: gavinning
- Created: 2016-07-18T06:14:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T06:15:16.000Z (over 9 years ago)
- Last Synced: 2025-02-01T12:46:44.028Z (11 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# is-node-browser
```sh
npm i is-node-browser
```
Usage
```js
var is = require('is-node-browser');
is.node()
is.browser()
```