UNPKG

@bookbox/core

Version:

Bookbox — e-book format

4 lines (3 loc) 163 B
export function getByPath(path, obj) { return path.reduce((elems, name) => { var _a; return (_a = elems[name]) !== null && _a !== void 0 ? _a : {}; }, obj); }