export const a = { b: { c: { d: { e: function() {} } } } }; a.shortcut = a.b.c;