xdesign-vue-next
Version:
XDesign Component for vue-next
25 lines (21 loc) • 530 B
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
import './dep-10a947a6.mjs';
/**
* The base implementation of `_.property` without support for deep paths.
*
* @private
* @param {string} key The key of the property to get.
* @returns {Function} Returns the new accessor function.
*/
function baseProperty(key) {
return function (object) {
return object == null ? undefined : object[key];
};
}
var _baseProperty = baseProperty;
export { _baseProperty as _ };
//# sourceMappingURL=dep-2f9d2f2d.mjs.map