UNPKG

cidr-matcher

Version:

Fast CIDR matcher. Given an input IPv4 address, it checks if it's inside a set of IP ranges, expressed in CIDR notation.

2 lines (1 loc) 43 B
module.exports = require('./src/Matcher');