UNPKG

js-object-utilities

Version:
4 lines (3 loc) 146 B
import { GeneralObject } from "./types"; declare const _default: <T>(object: GeneralObject<T>, searchKey?: string) => boolean; export = _default;