UNPKG

passbolt-styleguide

Version:

Passbolt styleguide contains common styling assets used by the different sites, plugin, etc.

5 lines (4 loc) 145 B
export default (obj, key) => key.split('.') .reduce((accumulator, x) => accumulator === undefined ? accumulator : accumulator[x] , obj);