云盘
志元云盘
备份云盘
Home
/
志元云盘
/
webdav
/
sync
/
c
/
vue-modbus
/
modbus-project
/
node_modules
/
dns-equal
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
index.js
2024-07-14 16:19:04
196 B
LICENSE
2024-07-14 16:19:04
1.06 KB
package.json
2024-07-14 16:19:04
825 B
README.md
2024-07-14 16:19:04
654 B
test.js
2024-07-14 16:19:04
351 B
# dns-equal Compare DNS record strings for equality. Enforces [RFC 1035](https://tools.ietf.org/html/rfc1035) domain comparison. [](https://travis-ci.org/watson/dns-equal) [](https://github.com/feross/standard) ## Installation ``` npm install dns-equal --save ``` ## Usage ```js 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
2025-08-29 19:58:07 Friday 216.73.216.167 Runningtime:0.014s Mem:1.48 MB