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.

8 lines (7 loc) 323 B
import type { YaraEngine } from './index'; /** * Engine YARA lato browser — NO WASM. * È un no-op sicuro: non produce match e non richiede dipendenze native. * Se vuoi YARA in browser senza WASM, userai un adapter remoto (vedi step successivo). */ export declare function createBrowserEngine(): Promise<YaraEngine>;