UNPKG

node_js_ipqs_db_reader

Version:

A Node JS implementation of the IPQualityScore flat file IP reputation database reader.

7 lines (6 loc) 158 B
import * as Binary from './BinaryOption'; export default class AbuseVelocity { raw: number; constructor(b: Binary.Bitmask); toString(): string; }