UNPKG

lakutata

Version:

An IoC-based universal application framework.

15 lines (13 loc) 322 B
function e(o, t = "") { const c = []; Object.keys(o).forEach((s => { const f = t ? `${t}.${s}` : s; if (typeof o[s] === "object") { e(o[s], f).forEach((e => c.push(e))); } else { c.push(f); } })); return c; } export { e as GetObjectPropertyPaths };