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.

4 lines (3 loc) 111 B
export declare function createScanner(rulesPath?: string): { scan(bytes: Uint8Array): Promise<unknown>; };