UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

10 lines (9 loc) 227 B
import "../utils/index.mjs"; import { isFunction as t, isString as r } from "../utils/is.mjs"; function e(n, i) { return t(i) ? i(n) : r(i) ? n[i] : n.id; } export { e as getRowKey }; //# sourceMappingURL=getRowKey.mjs.map