UNPKG

js-object-utilities

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