/** * @module utils */ export default function hasItem(target: any, array: any, prop: any): boolean;