@opentiny/vue-renderless
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
16 lines (15 loc) • 372 B
JavaScript
import "../../../chunk-G2ADBYYC.js";
import hasOwnProp from "../base/hasOwnProp";
const objectEach = (obj, iterate, context) => {
if (obj) {
Object.keys(obj).forEach((key) => {
if (hasOwnProp(obj, key)) {
iterate.call(context, obj[key], key, obj);
}
});
}
};
var objectEach_default = objectEach;
export {
objectEach_default as default
};