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

https://github.com/zenflow/on-client

True if running in browserified script, False if running in node
https://github.com/zenflow/on-client

Last synced: about 1 year ago
JSON representation

True if running in browserified script, False if running in node

Awesome Lists containing this project

README

          

# on-client
True if running in browserified script, False if running in node

__Deprecated__ Just use `process.browser` ! It's `true` in the [browserify implementation of process](https://github.com/defunctzombie/node-process) and `undefined` in node.