0.0.2 • Published 8 years ago

dot-dev v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

0.0.2

8 years ago

0.0.1

8 years ago