0.0.4 • Published 9 years ago

steal-platform v0.0.4

Weekly downloads
105
License
MIT
Repository
github
Last release
9 years ago

steal-platform

Detects common platforms. Use when special logic is needed (such as needing to specify a full URL for Ajax requests when using Cordova.

Install

npm install steal-platform --save

Use

var platform = require("steal-platform");

if(platform.isDesktopBrowser) {
 ...
}

License

MIT