UNPKG

qsu

Version:

qsu is a utility library that contains useful and frequently used functions. Start with your preferred language and the modern development environment.

5 lines (4 loc) 230 B
import type { AnyValueObject } from '../_types/global'; export declare function objMergeNewKey(obj: AnyValueObject, obj2: AnyValueObject, options?: { arrayAction?: 'original' | 'replace' | 'append'; }): AnyValueObject | null;