UNPKG

pompelmi

Version:

RFI-safe file uploads for Node.js — Express/Koa/Next.js middleware with deep ZIP inspection, MIME/size checks, and optional YARA scanning.

3 lines (2 loc) 128 B
import type { YaraMatch, Verdict } from './types'; export declare function mapMatchesToVerdict(matches?: YaraMatch[]): Verdict;