Pass an array of keys to be deleted in a single operation.
await keyv.delete(['key-1', 'key-2', 'key-3']);
Would be nice to have for performant deletion of multiple keys. However not sure this is gonna be feasible to implement without breaking Map compatibility.