UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

3 lines (2 loc) 119 B
declare const isObjectInArray: <T>(array: T[], item: T, ignore?: string[]) => boolean; export default isObjectInArray;