UNPKG

ioc-extractor

Version:

IoC (Indicator of Compromise) extractor

6 lines (3 loc) 129 B
import { StrictOptions } from '../types.cjs'; declare function urlRegex(options?: StrictOptions): RegExp; export { urlRegex };