xtf e538decb69 药品分类 11 ay önce
..
.npmignore e538decb69 药品分类 11 ay önce
.travis.yml e538decb69 药品分类 11 ay önce
LICENSE e538decb69 药品分类 11 ay önce
README.md e538decb69 药品分类 11 ay önce
index.js e538decb69 药品分类 11 ay önce
package.json e538decb69 药品分类 11 ay önce
test.js e538decb69 药品分类 11 ay önce

README.md

dns-equal

Compare DNS record strings for equality. Enforces RFC 1035 domain comparison.

Build status js-standard-style

Installation

npm install dns-equal --save

Usage

var dnsEqual = require('dns-equal')

var domain1 = 'Example.COM'
var domain2 = 'example.com'

if (dnsEqual(domain1, domain2)) {
  console.log('The two domains are the same')
}

License

MIT