An open API service indexing awesome lists of open source software.

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

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()
```