UNPKG

js-object-utilities

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