wpfat23-7 44a43ea56d init commit (frontend and backend) 2 سال پیش
..
.npmignore 44a43ea56d init commit (frontend and backend) 2 سال پیش
.travis.yml 44a43ea56d init commit (frontend and backend) 2 سال پیش
LICENSE 44a43ea56d init commit (frontend and backend) 2 سال پیش
README.md 44a43ea56d init commit (frontend and backend) 2 سال پیش
index.js 44a43ea56d init commit (frontend and backend) 2 سال پیش
package.json 44a43ea56d init commit (frontend and backend) 2 سال پیش
test.js 44a43ea56d init commit (frontend and backend) 2 سال پیش

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