00001 00019 function stubObject() { 00020 return {}; 00021 } 00022 00023 module.exports = stubObject;