get-first
Pass an array of object paths (e.g. `a.b.c`) and get the first non-undefined value if the property exists, or null if it does not.
MIT
3 个版本
安装
npm install get-first
yarn add get-first
pnpm add get-first
bun add get-first