caipin 262030214c cld2_react构建中 5 năm trước cách đây
..
.npmignore 262030214c cld2_react构建中 5 năm trước cách đây
.travis.yml 262030214c cld2_react构建中 5 năm trước cách đây
LICENSE 262030214c cld2_react构建中 5 năm trước cách đây
README.md 262030214c cld2_react构建中 5 năm trước cách đây
index.js 262030214c cld2_react构建中 5 năm trước cách đây
package.json 262030214c cld2_react构建中 5 năm trước cách đây
test.js 262030214c cld2_react构建中 5 năm trước cách đây

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