Propriété vide de chèques JavaScript

function isObjectEmpty(obj) {
    return Object.keys(obj).length === 0;
}
Grepper