UNPKG

jenesius-vue-form

Version:

Heavy form system for Vue.js

7 lines (6 loc) 261 B
/** * * @description Some data objects can be transmitted as a universal object, which is inherently single. Deep iteration * should not occur for such objects. * */ export default function checkObjectForNotIterableInstance(object: unknown): boolean;