Navigation Menu

Skip to content

Commit

Permalink
Export "isInRange"
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 2, 2012
1 parent 8e26bf9 commit 6f930d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ipv4.js
Expand Up @@ -46,3 +46,4 @@ function isInRange(stringAddress, stringNetworkAddress) {
}
return true;
}
exports.isInRange = isInRange;

0 comments on commit 6f930d1

Please sign in to comment.