dot-dev
v0.0.2
Published
Tells you whether the document being served on a .dev domain.
Downloads
6
Readme
dot-dev
Javascript module for the browser that tells you whether the document is being served on a .dev domain.
Installation
$ npm install dot-dev
API
var dev = require('dot-dev');
if (dev)
console.log('The document is being served on a .dev domain.');
License
MIT