UNPKG

startgg-helper-node

Version:

A set of functions and classes useful to communicate with the start.gg API.

3 lines 103 B
export function processData(result, key){ return (result && result[key]) ? result[key] : null; }