composite-detect
v0.0.3
Published
Detect your environment: Node.js, Browser, and CommonJS.
Downloads
53
Readme
compositejs/detect
Detect your environment: Node.js, Browser, and CommonJS.
Installation
Via component: $ component install compositejs/detect
Standalone: Download src/detect.js and look for the global detect object.
API
detect.isBrowser == true / false
detect.isNode == true / false
detect.isModule == true / falseLicense
MIT
