function findAppSpecValue()

in index.js [52:54]


function findAppSpecValue(obj, keyName) {
  return obj[findAppSpecKey(obj, keyName)];
}