UNPKG

js-object-utilities

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