function isEmppty()

in src/createLambda/create.js [9:11]


function isEmppty (object) {
  return Object.keys(object).length === 0;
}