| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 447a8f2 commit 80ca063
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1581,14 +1581,10 @@ Server.prototype.unref = function() { | |||
| 1581 | 1581 | exports.isIP = cares.isIP; | |
| 1582 | 1582 | ||
| 1583 | 1583 | ||
| 1584 | - exports.isIPv4 = function(input) { | ||
| 1585 | - return cares.isIPv4(input); | ||
| 1586 | - }; | ||
| 1584 | + exports.isIPv4 = cares.isIPv4; | ||
| 1587 | 1585 | ||
| 1588 | 1586 | ||
| 1589 | - exports.isIPv6 = function(input) { | ||
| 1590 | - return cares.isIPv6(input); | ||
| 1591 | - }; | ||
| 1587 | + exports.isIPv6 = cares.isIPv6; | ||
| 1592 | 1588 | ||
| 1593 | 1589 | ||
| 1594 | 1590 | if (process.platform === 'win32') { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments