UNPKG
neo-ipfilter
Version:
latest (1.3.7)
1.3.7
1.3.6
1.3.5
1.3.3
A light-weight IP address based filtering system
github.com/zamronypj/ipfilter
zamronypj/ipfilter
neo-ipfilter
/
index.js
5 lines
(4 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
IpFilter
:
require
(
'./lib/ipfilter'
),
IpDeniedError
:
require
(
'./lib/deniedError'
) }