UNPKG

ioc-extractor

Version:

IoC (Indicator of Compromise) extractor

11 lines (9 loc) 213 B
type Options = Partial<{ includeBoundaries: boolean; }>; declare const ipRegex: { (options?: Options): RegExp; v4(options?: Options): RegExp; v6(options?: Options): RegExp; }; export { ipRegex };