UNPKG

hd-utils

Version:

A handy utils for modern JS developers

6 lines (5 loc) 189 B
/** * @description checks if the passed key in the object. * @deprecated use has instead. */ export default function isKeyInObject(objectType: {} | Function | [], key: string): boolean;