README
antivirus
scan files for evil code
Availabililty
Status for master
Usage
Use TypeScript for best in class instellisense.
This package is determined for use in environments that need virus scanning of some sort.
import * as antivirus from 'antivirus'
const scanAFile = async (pathToFileArg) => {
let scanresult = await antivirus.scanFile(pathToFileArg)
if(scanresult.isClean) {
// do something if its clean
} else {
// do something if its infected
}
}
For further information read the linked docs at the top of this README.
MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy