kylefarris / clamscan

A robust ClamAV virus scanning library supporting scanning files, directories, and streams with local sockets, local/remote TCP, and local clamscan/clamdscan binaries (with failover).
MIT License
236 stars 69 forks source link

Update README.md #36

Closed BigGillyStyle closed 5 years ago

BigGillyStyle commented 5 years ago

According to what I understand of the API and the scan_stream examples...the Promise version of scan_stream returns an object that at least includes the properties I've listed.

kylefarris commented 5 years ago

You're exactly right! Thanks for the PR!