UNPKG

lakutata

Version:

An IoC-based universal application framework.

21 lines (17 loc) 411 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); function e(t, o = "") { const r = []; Object.keys(t).forEach((s => { const c = o ? `${o}.${s}` : s; if (typeof t[s] === "object") { e(t[s], c).forEach((e => r.push(e))); } else { r.push(c); } })); return r; } exports.GetObjectPropertyPaths = e;