UNPKG

node_js_ipqs_db_reader

Version:

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

8 lines (7 loc) 207 B
import * as Binary from "./BinaryOption"; export default class Column { name: string; type: Binary.Bitmask; rawValue: string; constructor(name: string, type: Binary.Bitmask, raw?: string); }