UNPKG

@ocap/util

Version:

utils shared across multiple forge js libs, works in both node.js and browser

3 lines (2 loc) 119 B
import get from 'lodash/get'; export const getListField = (obj, key) => get(obj, `${key}List`) || get(obj, key) || [];