apt install clamavGo into the desired directory to scan then start with :
| export const log = (obj, clear = true, mapKey) => { | |
| const title = "font-size: 19px; color: #e65264" | |
| if (clear) { | |
| console.clear() | |
| } | |
| if (mapKey) { | |
| console.group(mapKey) | |
| obj.map(o => console.log(o)) |