UNPKG

lakutata

Version:

An IoC-based universal application framework.

22 lines (18 loc) 481 B
/* Build Date: Mon Jan 05 2026 23:52:23 GMT+0800 (China Standard Time) */ "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;