pompelmi
Version:
Prototipo di scanner di file lato cliente
12 lines (11 loc) • 559 B
TypeScript
export { scanFiles } from './scan';
export { validateFile } from './validate';
export { useFileScanner } from './useFileScanner';
export { scanFilesWithYara } from './scan';
export { scanFilesWithHeuristicsAndYara, prefilterBrowser } from './scan';
export type { BrowserPolicy, PrefilterResult } from './scan';
export type { YaraMatch } from './yara/index';
export type { NodeScanOptions, NodeFileEntry } from './node/scanDir';
export { scanFilesWithRemoteYara } from './scan/remote';
export * from './types';
export { mapMatchesToVerdict } from './verdict';