dot-dev
v0.0.2
Published
Tells you whether the document being served on a .dev domain.
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-devAPI
var dev = require('dot-dev');
if (dev)
console.log('The document is being served on a .dev domain.');License
MIT
