UNPKG

@progress/kendo-react-common

Version:

React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package

26 lines (25 loc) 688 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { fieldList as i } from "./fieldList.mjs"; const e = {}; e.undefined = () => { }; function s(t) { if (e[t]) return e[t]; const o = i(t); return e[t] = function(u) { let r = u; for (let n = 0; n < o.length && r; n++) r = r[o[n]]; return r; }, e[t]; } export { s as getter };