| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0e52861 commit b630be2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1569,14 +1569,10 @@ Server.prototype.unref = function() { | |||
| 1569 | 1569 | exports.isIP = cares.isIP; | |
| 1570 | 1570 | ||
| 1571 | 1571 | ||
| 1572 | - exports.isIPv4 = function(input) { | ||
| 1573 | - return cares.isIPv4(input); | ||
| 1574 | - }; | ||
| 1572 | + exports.isIPv4 = cares.isIPv4; | ||
| 1575 | 1573 | ||
| 1576 | 1574 | ||
| 1577 | - exports.isIPv6 = function(input) { | ||
| 1578 | - return cares.isIPv6(input); | ||
| 1579 | - }; | ||
| 1575 | + exports.isIPv6 = cares.isIPv6; | ||
| 1580 | 1576 | ||
| 1581 | 1577 | ||
| 1582 | 1578 | if (process.platform === 'win32') { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments