UNPKG

@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.

13 lines (12 loc) 361 B
import "../../../chunk-G2ADBYYC.js"; import lastArrayEach from "../array/lastArrayEach"; import keys from "../base/keys"; const lastObjectEach = (obj, iterate, context) => { lastArrayEach(keys(obj), (key) => { iterate.call(context, obj[key], key, obj); }); }; var lastObjectEach_default = lastObjectEach; export { lastObjectEach_default as default };